#3C0972

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

Shades of Persian Indigo #3C0972

Tints of Persian Indigo #3C0972

Color information

#3C0972 (or 0x3C0972) is unknown color: approx Persian Indigo. HEX triplet: 3C, 09 and 72. RGB value is (60,9,114). Sum of RGB (Red+Green+Blue) = 60+9+114=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C0972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0972 is #C3F68D. Grayscale: #232323. Windows color (decimal): -12842638 or 7473468. OLE color: 7473468.

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

Color convert

RGB609114-
CMYK0.470.9200.55
HSL269.14º85.37%24.12%-
HSV(B)269.14º92.11%44.71%-
XYZ52.3716.11-
YUV36.22171.9144.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.79%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=32.79%
G=4.92%
B=62.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6091140.470.9200.55269.1485.3724.12
Hex3C9722F5C03710d5518
Octal74111625713406741512530
Binary1111001001111001010111110111000110111100001101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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