#3C0890

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

Shades of Persian Indigo #3C0890

Tints of Persian Indigo #3C0890

Color information

#3C0890 (or 0x3C0890) is unknown color: approx Persian Indigo. HEX triplet: 3C, 08 and 90. RGB value is (60,8,144). Sum of RGB (Red+Green+Blue) = 60+8+144=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C0890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0890 is #C3F76F. Grayscale: #262626. Windows color (decimal): -12842864 or 9439292. OLE color: 9439292.

HSL color Cylindrical-coordinate representation of color #3C0890: hue angle of 262.94º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0890 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB608144-
CMYK0.580.9400.44
HSL262.94º89.47%29.8%-
HSV(B)262.94º94.44%56.47%-
XYZ6.983.1526.63-
YUV39.05187.23142.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.30%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 144 (56.64% from 255) = 67.92%
R=28.30%
G=3.77%
B=67.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6081440.580.9400.44262.9489.4729.8
Hex3C8903A5E02C107591e
Octal74102207213605440713136
Binary11110010001001000011101010111100101100100000111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,8,144); }

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

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

 a { background-color: rgb(60,8,144); }

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

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

 span { border-color: rgb(60,8,144); }

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