#3C0C8E

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

Shades of Persian Indigo #3C0C8E

Tints of Persian Indigo #3C0C8E

Color information

#3C0C8E (or 0x3C0C8E) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0C and 8E. RGB value is (60,12,142). Sum of RGB (Red+Green+Blue) = 60+12+142=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 142 (55.86% from 255 or 66.36% from 214); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C0C8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0C8E is #C3F371. Grayscale: #282828. Windows color (decimal): -12841842 or 9309244. OLE color: 9309244.

HSL color Cylindrical-coordinate representation of color #3C0C8E: hue angle of 262.15º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0C8E is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6012142-
CMYK0.580.9200.44
HSL262.15º84.42%30.2%-
HSV(B)262.15º91.55%55.69%-
XYZ6.883.1825.84-
YUV41.17184.9141.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.04%
GREEN value IS 12 (5.08% from 255) = 5.61%
BLUE value IS 142 (55.86% from 255) = 66.36%
R=28.04%
G=5.61%
B=66.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60121420.580.9200.44262.1584.4230.2
Hex3CC8E3A5C02C106541e
Octal74142167213405440612436
Binary11110011001000111011101010111000101100100000110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,12,142); }

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

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

 a { background-color: rgb(60,12,142); }

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

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

 span { border-color: rgb(60,12,142); }

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