#3A31C0

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

Shades of Persian Blue #3A31C0

Tints of Persian Blue #3A31C0

Color information

#3A31C0 (or 0x3A31C0) is unknown color: approx Persian Blue. HEX triplet: 3A, 31 and C0. RGB value is (58,49,192). Sum of RGB (Red+Green+Blue) = 58+49+192=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 192 (75.39% from 255 or 64.21% from 299); Max value from RGB is 192 - color contains mainly: blue. Hex color #3A31C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A31C0 is #C5CE3F. Grayscale: #434343. Windows color (decimal): -12963392 or 12595514. OLE color: 12595514.

HSL color Cylindrical-coordinate representation of color #3A31C0: hue angle of 243.78º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A31C0 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5849192-
CMYK0.700.7400.25
HSL243.78º59.34%47.25%-
HSV(B)243.78º74.48%75.29%-
XYZ12.366.950.55-
YUV67.99197.98120.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.40%
GREEN value IS 49 (19.53% from 255) = 16.39%
BLUE value IS 192 (75.39% from 255) = 64.21%
R=19.40%
G=16.39%
B=64.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58491920.700.7400.25243.7859.3447.25
Hex3A31C0464A019f43b2f
Octal72613001061120313647357
Binary111010110001110000001000110100101001100111110100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A31C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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