#3C0872

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

Shades of Persian Indigo #3C0872

Tints of Persian Indigo #3C0872

Color information

#3C0872 (or 0x3C0872) is unknown color: approx Persian Indigo. HEX triplet: 3C, 08 and 72. RGB value is (60,8,114). Sum of RGB (Red+Green+Blue) = 60+8+114=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C0872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0872 is #C3F78D. Grayscale: #232323. Windows color (decimal): -12842894 or 7473212. OLE color: 7473212.

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

Color convert

RGB608114-
CMYK0.470.9300.55
HSL269.43º86.89%23.92%-
HSV(B)269.43º92.98%44.71%-
XYZ4.992.3516.11-
YUV35.63172.23145.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.97%
GREEN value IS 8 (3.52% from 255) = 4.40%
BLUE value IS 114 (44.92% from 255) = 62.64%
R=32.97%
G=4.40%
B=62.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6081140.470.9300.55269.4386.8923.92
Hex3C8722F5D03710d5718
Octal74101625713506741512730
Binary1111001000111001010111110111010110111100001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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