Html Css Color HEX #60167B Indigo

📋 copy color: '#60167B'

red 96 ◦ green 22 ◦ blue 123

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

Shades of Indigo #60167B

Tints of Indigo #60167B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.04%

R = 39.83%
G = 9.13%
B = 51.04%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#60167B (or 0x60167B) is known color: Indigo. HEX triplet: 60, 16 and 7B. RGB value is (96,22,123). Sum of RGB (Red+Green+Blue) = 96+22+123=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #60167B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60167B is #9FE984. Grayscale: #373737. Windows color (decimal): -10480005 or 8066656. OLE color: 8066656.

HSL color Cylindrical-coordinate representation of color #60167B: hue angle of 283.96º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60167B is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 22 123 -
CMYK 0.22 0.82 0 0.52
HSL 283.96º 0.7% 0.28% -
HSV(B) 283.96º 0.82% 0.48% -
XYZ 8.69 4.49 19.15 -
YUV 55.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 96 22 123 0.22 0.82 0 0.52 283.96 0.7 0.28
Hex 60 16 7B 16 52 0 34 11C 46 1C
Octal 140 26 173 26 122 0 64 434 106 34
Binary 1100000 10110 1111011 10110 1010010 0 110100 100011100 1000110 11100

Color Harmonies of #60167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60167B

Black with #60167B

Text Example


Text Example

White with #60167B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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