#3C0BAA

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

Shades of Persian Indigo #3C0BAA

Tints of Persian Indigo #3C0BAA

Color information

#3C0BAA (or 0x3C0BAA) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0B and AA. RGB value is (60,11,170). Sum of RGB (Red+Green+Blue) = 60+11+170=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C0BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0BAA is #C3F455. Grayscale: #2B2B2B. Windows color (decimal): -12842070 or 11143996. OLE color: 11143996.

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

Color convert

RGB6011170-
CMYK0.650.9400.33
HSL258.49º87.85%35.49%-
HSV(B)258.49º93.53%66.67%-
XYZ9.244.138.34-
YUV43.78199.23139.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 11 (4.69% from 255) = 4.56%
BLUE value IS 170 (66.80% from 255) = 70.54%
R=24.90%
G=4.56%
B=70.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60111700.650.9400.33258.4987.8535.49
Hex3CBAA415E0211025823
Octal741325210113604140213043
Binary1111001011101010101000001101111001000011000000101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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