#3C0D6F

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

Shades of Persian Indigo #3C0D6F

Tints of Persian Indigo #3C0D6F

Color information

#3C0D6F (or 0x3C0D6F) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0D and 6F. RGB value is (60,13,111). Sum of RGB (Red+Green+Blue) = 60+13+111=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C0D6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0D6F is #C3F290. Grayscale: #252525. Windows color (decimal): -12841617 or 7277884. OLE color: 7277884.

HSL color Cylindrical-coordinate representation of color #3C0D6F: hue angle of 268.78º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C0D6F is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6013111-
CMYK0.460.8800.56
HSL268.78º79.03%24.31%-
HSV(B)268.78º88.29%43.53%-
XYZ4.882.415.24-
YUV38.22169.07143.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.61%
GREEN value IS 13 (5.47% from 255) = 7.07%
BLUE value IS 111 (43.75% from 255) = 60.33%
R=32.61%
G=7.07%
B=60.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60131110.460.8800.56268.7879.0324.31
Hex3CD6F2E5803810d4f18
Octal74151575613007041511730
Binary1111001101110111110111010110000111000100001101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,13,111); }

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

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

 a { background-color: rgb(60,13,111); }

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

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

 span { border-color: rgb(60,13,111); }

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