#3C1D72

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

Shades of Persian Indigo #3C1D72

Tints of Persian Indigo #3C1D72

Color information

#3C1D72 (or 0x3C1D72) is unknown color: approx Persian Indigo. HEX triplet: 3C, 1D and 72. RGB value is (60,29,114). Sum of RGB (Red+Green+Blue) = 60+29+114=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C1D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1D72 is #C3E28D. Grayscale: #2F2F2F. Windows color (decimal): -12837518 or 7478588. OLE color: 7478588.

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

Color convert

RGB6029114-
CMYK0.470.7500.55
HSL261.88º59.44%28.04%-
HSV(B)261.88º74.56%44.71%-
XYZ5.343.0516.23-
YUV47.96165.27136.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.56%
GREEN value IS 29 (11.72% from 255) = 14.29%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=29.56%
G=14.29%
B=56.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60291140.470.7500.55261.8859.4428.04
Hex3C1D722F4B0371063b1c
Octal7435162571130674067334
Binary1111001110111100101011111001011011011110000011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,29,114); }

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

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

 a { background-color: rgb(60,29,114); }

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

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

 span { border-color: rgb(60,29,114); }

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