#3C208B

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

Shades of Persian Indigo #3C208B

Tints of Persian Indigo #3C208B

Color information

#3C208B (or 0x3C208B) is unknown color: approx Persian Indigo. HEX triplet: 3C, 20 and 8B. RGB value is (60,32,139). Sum of RGB (Red+Green+Blue) = 60+32+139=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C208B is #C3DF74. Grayscale: #343434. Windows color (decimal): -12836725 or 9117756. OLE color: 9117756.

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

Color convert

RGB6032139-
CMYK0.570.7700.45
HSL255.7º62.57%33.53%-
HSV(B)255.7º76.98%54.51%-
XYZ7.043.8624.8-
YUV52.57176.78133.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.97%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 139 (54.69% from 255) = 60.17%
R=25.97%
G=13.85%
B=60.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60321390.570.7700.45255.762.5733.53
Hex3C208B394D02D1003f22
Octal7440213711150554007742
Binary1111001000001000101111100110011010101101100000000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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