#3C0D71

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

Shades of Persian Indigo #3C0D71

Tints of Persian Indigo #3C0D71

Color information

#3C0D71 (or 0x3C0D71) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0D and 71. RGB value is (60,13,113). Sum of RGB (Red+Green+Blue) = 60+13+113=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C0D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0D71 is #C3F28E. Grayscale: #262626. Windows color (decimal): -12841615 or 7408956. OLE color: 7408956.

HSL color Cylindrical-coordinate representation of color #3C0D71: hue angle of 268.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C0D71 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6013113-
CMYK0.470.8800.56
HSL268.2º79.37%24.71%-
HSV(B)268.2º88.5%44.31%-
XYZ4.992.4415.83-
YUV38.45170.07143.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.26%
GREEN value IS 13 (5.47% from 255) = 6.99%
BLUE value IS 113 (44.53% from 255) = 60.75%
R=32.26%
G=6.99%
B=60.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60131130.470.8800.56268.279.3724.71
Hex3CD712F5803810c4f19
Octal74151615713007041411731
Binary1111001101111000110111110110000111000100001100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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