#3C1984

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

Shades of Persian Indigo #3C1984

Tints of Persian Indigo #3C1984

Color information

#3C1984 (or 0x3C1984) is unknown color: approx Persian Indigo. HEX triplet: 3C, 19 and 84. RGB value is (60,25,132). Sum of RGB (Red+Green+Blue) = 60+25+132=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C1984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1984 is #C3E67B. Grayscale: #2F2F2F. Windows color (decimal): -12838524 or 8657212. OLE color: 8657212.

HSL color Cylindrical-coordinate representation of color #3C1984: hue angle of 259.63º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C1984 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6025132-
CMYK0.550.8100.48
HSL259.63º68.15%30.78%-
HSV(B)259.63º81.06%51.76%-
XYZ6.383.3222.13-
YUV47.66175.6136.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.65%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 132 (51.95% from 255) = 60.83%
R=27.65%
G=11.52%
B=60.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60251320.550.8100.48259.6368.1530.78
Hex3C19843751030104441f
Octal74312046712106040410437
Binary111100110011000010011011110100010110000100000100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,25,132); }

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

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

 a { background-color: rgb(60,25,132); }

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

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

 span { border-color: rgb(60,25,132); }

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