Html Css Color HEX #60127B Indigo

📋 copy color: '#60127B'

red 96 ◦ green 18 ◦ blue 123

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

Shades of Indigo #60127B

Tints of Indigo #60127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

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

R = 40.51%
G = 7.59%
B = 51.9%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#60127B (or 0x60127B) is known color: Indigo. HEX triplet: 60, 12 and 7B. RGB value is (96,18,123). Sum of RGB (Red+Green+Blue) = 96+18+123=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #60127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60127B is #9FED84. Grayscale: #343434. Windows color (decimal): -10481029 or 8065632. OLE color: 8065632.

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

Color convert

RGB 96 18 123 -
CMYK 0.22 0.85 0 0.52
HSL 284.57º 0.74% 0.28% -
HSV(B) 284.57º 0.85% 0.48% -
XYZ 8.62 4.35 19.12 -
YUV 53.29 167.34 158.46 -
System Red Green Blue C M Y K H S L
Decimal 96 18 123 0.22 0.85 0 0.52 284.57 0.74 0.28
Hex 60 12 7B 16 55 0 34 11D 4A 1C
Octal 140 22 173 26 125 0 64 435 112 34
Binary 1100000 10010 1111011 10110 1010101 0 110100 100011101 1001010 11100

Color Harmonies of #60127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60127B

Black with #60127B

Text Example


Text Example

White with #60127B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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