#3C31C9

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

Shades of Persian Blue #3C31C9

Tints of Persian Blue #3C31C9

Color information

#3C31C9 (or 0x3C31C9) is unknown color: approx Persian Blue. HEX triplet: 3C, 31 and C9. RGB value is (60,49,201). Sum of RGB (Red+Green+Blue) = 60+49+201=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 201 (78.91% from 255 or 64.84% from 310); Max value from RGB is 201 - color contains mainly: blue. Hex color #3C31C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31C9 is #C3CE36. Grayscale: #454545. Windows color (decimal): -12832311 or 13185340. OLE color: 13185340.

HSL color Cylindrical-coordinate representation of color #3C31C9: hue angle of 244.34º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C31C9 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6049201-
CMYK0.700.7600.21
HSL244.34º60.8%49.02%-
HSV(B)244.34º75.62%78.82%-
XYZ13.57.3755.97-
YUV69.62202.14121.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.35%
GREEN value IS 49 (19.53% from 255) = 15.81%
BLUE value IS 201 (78.91% from 255) = 64.84%
R=19.35%
G=15.81%
B=64.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal60492010.700.7600.21244.3460.849.02
Hex3C31C9464C015f43d31
Octal74613111061140253647561
Binary111100110001110010011000110100110001010111110100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C31C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,49,201); }

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

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

 a { background-color: rgb(60,49,201); }

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

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

 span { border-color: rgb(60,49,201); }

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