#3C188D

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

Shades of Persian Indigo #3C188D

Tints of Persian Indigo #3C188D

Color information

#3C188D (or 0x3C188D) is unknown color: approx Persian Indigo. HEX triplet: 3C, 18 and 8D. RGB value is (60,24,141). Sum of RGB (Red+Green+Blue) = 60+24+141=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C188D is #C3E772. Grayscale: #2F2F2F. Windows color (decimal): -12838771 or 9246780. OLE color: 9246780.

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

Color convert

RGB6024141-
CMYK0.570.8300.45
HSL258.46º70.91%32.35%-
HSV(B)258.46º82.98%55.29%-
XYZ73.5425.51-
YUV48.1180.43136.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 141 (55.47% from 255) = 62.67%
R=26.67%
G=10.67%
B=62.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60241410.570.8300.45258.4670.9132.35
Hex3C188D395302D1024720
Octal74302157112305540210740
Binary1111001100010001101111001101001101011011000000101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,24,141); }

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

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

 a { background-color: rgb(60,24,141); }

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

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

 span { border-color: rgb(60,24,141); }

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