Html Css Color HEX #60037E Indigo

📋 copy color: '#60037E'

red 96 ◦ green 3 ◦ blue 126

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

Shades of Indigo #60037E

Tints of Indigo #60037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 42.67%
G = 1.33%
B = 56%

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

#60037E (or 0x60037E) is known color: Indigo. HEX triplet: 60, 03 and 7E. RGB value is (96,3,126). Sum of RGB (Red+Green+Blue) = 96+3+126=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #60037E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60037E is #9FFC81. Grayscale: #2C2C2C. Windows color (decimal): -10484866 or 8258400. OLE color: 8258400.

HSL color Cylindrical-coordinate representation of color #60037E: hue angle of 285.37º degrees, saturation: 0.95, 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 #60037E is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 3 126 -
CMYK 0.24 0.98 0 0.51
HSL 285.37º 0.95% 0.25% -
HSV(B) 285.37º 0.98% 0.49% -
XYZ 8.62 4.06 20.07 -
YUV 44.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 96 3 126 0.24 0.98 0 0.51 285.37 0.95 0.25
Hex 60 3 7E 18 62 0 33 11D 5F 19
Octal 140 3 176 30 142 0 63 435 137 31
Binary 1100000 11 1111110 11000 1100010 0 110011 100011101 1011111 11001

Color Harmonies of #60037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60037E

Black with #60037E

Text Example


Text Example

White with #60037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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