#3C1D75

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

Shades of Persian Indigo #3C1D75

Tints of Persian Indigo #3C1D75

Color information

#3C1D75 (or 0x3C1D75) is unknown color: approx Persian Indigo. HEX triplet: 3C, 1D and 75. RGB value is (60,29,117). Sum of RGB (Red+Green+Blue) = 60+29+117=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C1D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1D75 is #C3E28A. Grayscale: #2F2F2F. Windows color (decimal): -12837515 or 7675196. OLE color: 7675196.

HSL color Cylindrical-coordinate representation of color #3C1D75: hue angle of 261.14º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C1D75 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6029117-
CMYK0.490.7500.54
HSL261.14º60.27%28.63%-
HSV(B)261.14º75.21%45.88%-
XYZ5.513.1217.14-
YUV48.3166.77136.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.13%
GREEN value IS 29 (11.72% from 255) = 14.08%
BLUE value IS 117 (46.09% from 255) = 56.80%
R=29.13%
G=14.08%
B=56.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60291170.490.7500.54261.1460.2728.63
Hex3C1D75314B0361053c1d
Octal7435165611130664057435
Binary1111001110111101011100011001011011011010000010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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