#3A31B4

Color #3A31B4 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3A31B4

Tints of Persian Blue #3A31B4

Color information

#3A31B4 (or 0x3A31B4) is unknown color: approx Persian Blue. HEX triplet: 3A, 31 and B4. RGB value is (58,49,180). Sum of RGB (Red+Green+Blue) = 58+49+180=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 180 (70.70% from 255 or 62.72% from 287); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A31B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A31B4 is #C5CE4B. Grayscale: #424242. Windows color (decimal): -12963404 or 11809082. OLE color: 11809082.

HSL color Cylindrical-coordinate representation of color #3A31B4: hue angle of 244.12º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A31B4 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5849180-
CMYK0.680.7300.29
HSL244.12º57.21%44.9%-
HSV(B)244.12º72.78%70.59%-
XYZ11.086.3943.83-
YUV66.62191.98121.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 20.21%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 180 (70.70% from 255) = 62.72%
R=20.21%
G=17.07%
B=62.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58491800.680.7300.29244.1257.2144.9
Hex3A31B4444901Df4392d
Octal72612641041110353647155
Binary111010110001101101001000100100100101110111110100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A31B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A31B4; }

 p { color: rgb(58,49,180); }

 H1.HeaderClassName
 {
   color: #3A31B4;
 }
 .AnyTagClassName
 {
   color: #3A31B4;
 }
</style>
background-color css

<style>
 a { background-color: #3A31B4; }

 a { background-color: rgb(58,49,180); }

 div.DivClassName
 {
   background-color: #3A31B4;
 }
 .BgClassName
 {
   background-color: #3A31B4;
 }
</style>
border-color css

<style>
 span { border-color: #3A31B4; }

 span { border-color: rgb(58,49,180); }

 td.TdClassName
 {
   border-color: #3A31B4;
 }
 .TagClassName
 {
   border-color: #3A31B4;
 }
</style>