#3C1188

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

Shades of Persian Indigo #3C1188

Tints of Persian Indigo #3C1188

Color information

#3C1188 (or 0x3C1188) is unknown color: approx Persian Indigo. HEX triplet: 3C, 11 and 88. RGB value is (60,17,136). Sum of RGB (Red+Green+Blue) = 60+17+136=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C1188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1188 is #C3EE77. Grayscale: #2A2A2A. Windows color (decimal): -12840568 or 8917308. OLE color: 8917308.

HSL color Cylindrical-coordinate representation of color #3C1188: hue angle of 261.68º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1188 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6017136-
CMYK0.560.8700.47
HSL261.68º77.78%30%-
HSV(B)261.68º87.5%53.33%-
XYZ6.513.1423.56-
YUV43.42180.25139.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.17%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 136 (53.52% from 255) = 63.85%
R=28.17%
G=7.98%
B=63.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60171360.560.8700.47261.6877.7830
Hex3C1188385702F1064e1e
Octal74212107012705740611636
Binary111100100011000100011100010101110101111100000110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,17,136); }

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

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

 a { background-color: rgb(60,17,136); }

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

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

 span { border-color: rgb(60,17,136); }

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