Html Css Color HEX #60167F Indigo

📋 copy color: '#60167F'

red 96 ◦ green 22 ◦ blue 127

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

Shades of Indigo #60167F

Tints of Indigo #60167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.98%

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

R = 39.18%
G = 8.98%
B = 51.84%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#60167F (or 0x60167F) is known color: Indigo. HEX triplet: 60, 16 and 7F. RGB value is (96,22,127). Sum of RGB (Red+Green+Blue) = 96+22+127=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #60167F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60167F is #9FE980. Grayscale: #373737. Windows color (decimal): -10480001 or 8328800. OLE color: 8328800.

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

Color convert

RGB 96 22 127 -
CMYK 0.24 0.83 0 0.50
HSL 282.29º 0.7% 0.29% -
HSV(B) 282.29º 0.83% 0.5% -
XYZ 8.94 4.59 20.49 -
YUV 56.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 96 22 127 0.24 0.83 0 0.50 282.29 0.7 0.29
Hex 60 16 7F 18 53 0 32 11A 46 1D
Octal 140 26 177 30 123 0 62 432 106 35
Binary 1100000 10110 1111111 11000 1010011 0 110010 100011010 1000110 11101

Color Harmonies of #60167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60167F

Black with #60167F

Text Example


Text Example

White with #60167F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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