#3c0b8b

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

Shades of Persian Indigo #3C0B8B

Tints of Persian Indigo #3C0B8B

Color information

#3C0B8B (or 0x3C0B8B) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0B and 8B. RGB value is (60,11,139). Sum of RGB (Red+Green+Blue) = 60+11+139=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C0B8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0B8B is #C3F474. Grayscale: #272727. Windows color (decimal): -12842101 or 9112380. OLE color: 9112380.

HSL color Cylindrical-coordinate representation of color #3C0B8B: hue angle of 262.97º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0B8B is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6011139-
CMYK0.570.9200.45
HSL262.97º85.33%29.41%-
HSV(B)262.97º92.09%54.51%-
XYZ6.643.0624.67-
YUV40.24183.73142.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.57%
GREEN value IS 11 (4.69% from 255) = 5.24%
BLUE value IS 139 (54.69% from 255) = 66.19%
R=28.57%
G=5.24%
B=66.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60111390.570.9200.45262.9785.3329.41
Hex3CB8B395C02D107551d
Octal74132137113405540712535
Binary11110010111000101111100110111000101101100000111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c0b8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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