Html Css Color HEX #60187F Indigo

📋 copy color: '#60187F'

red 96 ◦ green 24 ◦ blue 127

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

Shades of Indigo #60187F

Tints of Indigo #60187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

 BLUE value IS 127 (50% from 255) = 51.42%

R = 38.87%
G = 9.72%
B = 51.42%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#60187F (or 0x60187F) is known color: Indigo. HEX triplet: 60, 18 and 7F. RGB value is (96,24,127). Sum of RGB (Red+Green+Blue) = 96+24+127=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #60187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60187F is #9FE780. Grayscale: #383838. Windows color (decimal): -10479489 or 8329312. OLE color: 8329312.

HSL color Cylindrical-coordinate representation of color #60187F: hue angle of 281.94º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60187F is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 24 127 -
CMYK 0.24 0.81 0 0.50
HSL 281.94º 0.68% 0.3% -
HSV(B) 281.94º 0.81% 0.5% -
XYZ 8.98 4.67 20.51 -
YUV 57.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 96 24 127 0.24 0.81 0 0.50 281.94 0.68 0.3
Hex 60 18 7F 18 51 0 32 11A 44 1E
Octal 140 30 177 30 121 0 62 432 104 36
Binary 1100000 11000 1111111 11000 1010001 0 110010 100011010 1000100 11110

Color Harmonies of #60187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60187F

Black with #60187F

Text Example


Text Example

White with #60187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60187F; }

 p { color: rgb(96,24,127); }

 H1.HeaderClassName
 {
   color: #60187F;
 }
 .AnyTagClassName
 {
   color: #60187F;
 }
</style>

background-color css

<style>
 a { background-color: #60187F; }

 a { background-color: rgb(96,24,127); }

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

border-color css

<style>
 span { border-color: #60187F; }

 span { border-color: rgb(96,24,127); }

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