#3C0892

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

Shades of Persian Indigo #3C0892

Tints of Persian Indigo #3C0892

Color information

#3C0892 (or 0x3C0892) is unknown color: approx Persian Indigo. HEX triplet: 3C, 08 and 92. RGB value is (60,8,146). Sum of RGB (Red+Green+Blue) = 60+8+146=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C0892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0892 is #C3F76D. Grayscale: #262626. Windows color (decimal): -12842862 or 9570364. OLE color: 9570364.

HSL color Cylindrical-coordinate representation of color #3C0892: hue angle of 262.61º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0892 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB608146-
CMYK0.590.9500.43
HSL262.61º89.61%30.2%-
HSV(B)262.61º94.52%57.25%-
XYZ7.143.2127.44-
YUV39.28188.23142.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.04%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 146 (57.42% from 255) = 68.22%
R=28.04%
G=3.74%
B=68.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6081460.590.9500.43262.6189.6130.2
Hex3C8923B5F02B1075a1e
Octal74102227313705340713236
Binary11110010001001001011101110111110101011100000111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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