#3C1072

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

Shades of Persian Indigo #3C1072

Tints of Persian Indigo #3C1072

Color information

#3C1072 (or 0x3C1072) is unknown color: approx Persian Indigo. HEX triplet: 3C, 10 and 72. RGB value is (60,16,114). Sum of RGB (Red+Green+Blue) = 60+16+114=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C1072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1072 is #C3EF8D. Grayscale: #272727. Windows color (decimal): -12840846 or 7475260. OLE color: 7475260.

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

Color convert

RGB6016114-
CMYK0.470.8600.55
HSL266.94º75.38%25.49%-
HSV(B)266.94º85.96%44.71%-
XYZ5.092.5516.14-
YUV40.33169.58142.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.58%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 114 (44.92% from 255) = 60%
R=31.58%
G=8.42%
B=60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60161140.470.8600.55266.9475.3825.49
Hex3C10722F5603710b4b19
Octal74201625712606741311331
Binary11110010000111001010111110101100110111100001011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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