#3C0BA6

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

Shades of Persian Indigo #3C0BA6

Tints of Persian Indigo #3C0BA6

Color information

#3C0BA6 (or 0x3C0BA6) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0B and A6. RGB value is (60,11,166). Sum of RGB (Red+Green+Blue) = 60+11+166=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 166 (65.23% from 255 or 70.04% from 237); Max value from RGB is 166 - color contains mainly: blue. Hex color #3C0BA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0BA6 is #C3F459. Grayscale: #2A2A2A. Windows color (decimal): -12842074 or 10881852. OLE color: 10881852.

HSL color Cylindrical-coordinate representation of color #3C0BA6: hue angle of 258.97º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0BA6 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6011166-
CMYK0.640.9300.35
HSL258.97º87.57%34.71%-
HSV(B)258.97º93.37%65.1%-
XYZ8.873.9536.37-
YUV43.32197.23139.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.32%
GREEN value IS 11 (4.69% from 255) = 4.64%
BLUE value IS 166 (65.23% from 255) = 70.04%
R=25.32%
G=4.64%
B=70.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60111660.640.9300.35258.9787.5734.71
Hex3CBA6405D0231035823
Octal741324610013504340313043
Binary1111001011101001101000000101110101000111000000111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,11,166); }

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

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

 a { background-color: rgb(60,11,166); }

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

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

 span { border-color: rgb(60,11,166); }

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