#3C1471

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

Shades of Persian Indigo #3C1471

Tints of Persian Indigo #3C1471

Color information

#3C1471 (or 0x3C1471) is unknown color: approx Persian Indigo. HEX triplet: 3C, 14 and 71. RGB value is (60,20,113). Sum of RGB (Red+Green+Blue) = 60+20+113=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C1471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1471 is #C3EB8E. Grayscale: #2A2A2A. Windows color (decimal): -12839823 or 7410748. OLE color: 7410748.

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

Color convert

RGB6020113-
CMYK0.470.8200.56
HSL265.81º69.92%26.08%-
HSV(B)265.81º82.3%44.31%-
XYZ5.092.6515.87-
YUV42.56167.75140.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.09%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 113 (44.53% from 255) = 58.55%
R=31.09%
G=10.36%
B=58.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60201130.470.8200.56265.8169.9226.08
Hex3C14712F5203810a461a
Octal74241615712207041210632
Binary11110010100111000110111110100100111000100001010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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