Html Css Color HEX #60027E Indigo

📋 copy color: '#60027E'

red 96 ◦ green 2 ◦ blue 126

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

Shades of Indigo #60027E

Tints of Indigo #60027E

RGB

 RED value IS 96 (37.89% from 255) = 42.86%

 GREEN value IS 2 (1.17% from 255) = 0.89%

 BLUE value IS 126 (49.61% from 255) = 56.25%

R = 42.86%
G = 0.89%
B = 56.25%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60027E (or 0x60027E) is known color: Indigo. HEX triplet: 60, 02 and 7E. RGB value is (96,2,126). Sum of RGB (Red+Green+Blue) = 96+2+126=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #60027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60027E is #9FFD81. Grayscale: #2B2B2B. Windows color (decimal): -10485122 or 8258144. OLE color: 8258144.

HSL color Cylindrical-coordinate representation of color #60027E: hue angle of 285.48º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60027E is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 2 126 -
CMYK 0.24 0.98 0 0.51
HSL 285.48º 0.97% 0.25% -
HSV(B) 285.48º 0.98% 0.49% -
XYZ 8.61 4.04 20.06 -
YUV 44.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 96 2 126 0.24 0.98 0 0.51 285.48 0.97 0.25
Hex 60 2 7E 18 62 0 33 11D 61 19
Octal 140 2 176 30 142 0 63 435 141 31
Binary 1100000 10 1111110 11000 1100010 0 110011 100011101 1100001 11001

Color Harmonies of #60027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60027E

Black with #60027E

Text Example


Text Example

White with #60027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60027E; }

 p { color: rgb(96,2,126); }

 H1.HeaderClassName
 {
   color: #60027E;
 }
 .AnyTagClassName
 {
   color: #60027E;
 }
</style>

background-color css

<style>
 a { background-color: #60027E; }

 a { background-color: rgb(96,2,126); }

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

border-color css

<style>
 span { border-color: #60027E; }

 span { border-color: rgb(96,2,126); }

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