#3C0974

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

Shades of Persian Indigo #3C0974

Tints of Persian Indigo #3C0974

Color information

#3C0974 (or 0x3C0974) is unknown color: approx Persian Indigo. HEX triplet: 3C, 09 and 74. RGB value is (60,9,116). Sum of RGB (Red+Green+Blue) = 60+9+116=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C0974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0974 is #C3F68B. Grayscale: #242424. Windows color (decimal): -12842636 or 7604540. OLE color: 7604540.

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

Color convert

RGB609116-
CMYK0.480.9200.55
HSL268.6º85.6%24.51%-
HSV(B)268.6º92.24%45.49%-
XYZ5.112.4216.72-
YUV36.45172.9144.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.43%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=32.43%
G=4.86%
B=62.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6091160.480.9200.55268.685.624.51
Hex3C974305C03710d5619
Octal74111646013406741512631
Binary1111001001111010011000010111000110111100001101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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