Html Css Color HEX #3C1988 Persian Indigo

📋 copy color: '#3C1988'

red 60 ◦ green 25 ◦ blue 136

#3C1988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #3C1988

Tints of Persian Indigo #3C1988

RGB

 RED value IS 60 (23.83% from 255) = 27.15%

 GREEN value IS 25 (10.16% from 255) = 11.31%

 BLUE value IS 136 (53.52% from 255) = 61.54%

R = 27.15%
G = 11.31%
B = 61.54%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3C1988 (or 0x3C1988) is known color: Persian Indigo. HEX triplet: 3C, 19 and 88. RGB value is (60,25,136). Sum of RGB (Red+Green+Blue) = 60+25+136=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C1988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1988 is #C3E677. Grayscale: #2F2F2F. Windows color (decimal): -12838520 or 8919356. OLE color: 8919356.

HSL color Cylindrical-coordinate representation of color #3C1988: hue angle of 258.92º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C1988 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 25 136 -
CMYK 0.56 0.82 0 0.47
HSL 258.92º 0.69% 0.32% -
HSV(B) 258.92º 0.82% 0.53% -
XYZ 6.66 3.43 23.6 -
YUV 48.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 60 25 136 0.56 0.82 0 0.47 258.92 0.69 0.32
Hex 3C 19 88 38 52 0 2F 103 45 20
Octal 74 31 210 70 122 0 57 403 105 40
Binary 111100 11001 10001000 111000 1010010 0 101111 100000011 1000101 100000

Color Harmonies of #3C1988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1988

Black with #3C1988

Text Example


Text Example

White with #3C1988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C1988;
 }
 .AnyTagClassName
 {
   color: #3C1988;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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