Html Css Color HEX #3C1288 Persian Indigo

📋 copy color: '#3C1288'

red 60 ◦ green 18 ◦ blue 136

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

Shades of Persian Indigo #3C1288

Tints of Persian Indigo #3C1288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

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

R = 28.04%
G = 8.41%
B = 63.55%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3C1288 (or 0x3C1288) is known color: Persian Indigo. HEX triplet: 3C, 12 and 88. RGB value is (60,18,136). Sum of RGB (Red+Green+Blue) = 60+18+136=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C1288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1288 is #C3ED77. Grayscale: #2B2B2B. Windows color (decimal): -12840312 or 8917564. OLE color: 8917564.

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

Color convert

RGB 60 18 136 -
CMYK 0.56 0.87 0 0.47
HSL 261.36º 0.77% 0.3% -
HSV(B) 261.36º 0.87% 0.53% -
XYZ 6.52 3.17 23.56 -
YUV 44.01 179.91 139.41 -
System Red Green Blue C M Y K H S L
Decimal 60 18 136 0.56 0.87 0 0.47 261.36 0.77 0.3
Hex 3C 12 88 38 57 0 2F 105 4D 1E
Octal 74 22 210 70 127 0 57 405 115 36
Binary 111100 10010 10001000 111000 1010111 0 101111 100000101 1001101 11110

Color Harmonies of #3C1288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1288

Black with #3C1288

Text Example


Text Example

White with #3C1288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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