Html Css Color HEX #60037D Indigo

📋 copy color: '#60037D'

red 96 ◦ green 3 ◦ blue 125

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

Shades of Indigo #60037D

Tints of Indigo #60037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.8%

R = 42.86%
G = 1.34%
B = 55.8%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60037D (or 0x60037D) is known color: Indigo. HEX triplet: 60, 03 and 7D. RGB value is (96,3,125). Sum of RGB (Red+Green+Blue) = 96+3+125=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #60037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60037D is #9FFC82. Grayscale: #2C2C2C. Windows color (decimal): -10484867 or 8192864. OLE color: 8192864.

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

Color convert

RGB 96 3 125 -
CMYK 0.23 0.98 0 0.51
HSL 285.74º 0.95% 0.25% -
HSV(B) 285.74º 0.98% 0.49% -
XYZ 8.56 4.03 19.73 -
YUV 44.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 96 3 125 0.23 0.98 0 0.51 285.74 0.95 0.25
Hex 60 3 7D 17 62 0 33 11E 5F 19
Octal 140 3 175 27 142 0 63 436 137 31
Binary 1100000 11 1111101 10111 1100010 0 110011 100011110 1011111 11001

Color Harmonies of #60037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60037D

Black with #60037D

Text Example


Text Example

White with #60037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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