#3C0D72

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

Shades of Persian Indigo #3C0D72

Tints of Persian Indigo #3C0D72

Color information

#3C0D72 (or 0x3C0D72) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0D and 72. RGB value is (60,13,114). Sum of RGB (Red+Green+Blue) = 60+13+114=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C0D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0D72 is #C3F28D. Grayscale: #262626. Windows color (decimal): -12841614 or 7474492. OLE color: 7474492.

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

Color convert

RGB6013114-
CMYK0.470.8900.55
HSL267.92º79.53%24.9%-
HSV(B)267.92º88.6%44.71%-
XYZ5.042.4616.13-
YUV38.57170.57143.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.09%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 114 (44.92% from 255) = 60.96%
R=32.09%
G=6.95%
B=60.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60131140.470.8900.55267.9279.5324.9
Hex3CD722F5903710c5019
Octal74151625713106741412031
Binary1111001101111001010111110110010110111100001100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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