#3C0B72

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

Shades of Persian Indigo #3C0B72

Tints of Persian Indigo #3C0B72

Color information

#3C0B72 (or 0x3C0B72) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0B and 72. RGB value is (60,11,114). Sum of RGB (Red+Green+Blue) = 60+11+114=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C0B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0B72 is #C3F48D. Grayscale: #252525. Windows color (decimal): -12842126 or 7473980. OLE color: 7473980.

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

Color convert

RGB6011114-
CMYK0.470.9000.55
HSL268.54º82.4%24.51%-
HSV(B)268.54º90.35%44.71%-
XYZ5.022.4116.12-
YUV37.39171.23144.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.43%
GREEN value IS 11 (4.69% from 255) = 5.95%
BLUE value IS 114 (44.92% from 255) = 61.62%
R=32.43%
G=5.95%
B=61.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60111140.470.9000.55268.5482.424.51
Hex3CB722F5A03710d5219
Octal74131625713206741512231
Binary1111001011111001010111110110100110111100001101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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