Html Css Color HEX #600891 Indigo

📋 copy color: '#600891'

red 96 ◦ green 8 ◦ blue 145

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

Shades of Indigo #600891

Tints of Indigo #600891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

 BLUE value IS 145 (57.03% from 255) = 58.23%

R = 38.55%
G = 3.21%
B = 58.23%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#600891 (or 0x600891) is known color: Indigo. HEX triplet: 60, 08 and 91. RGB value is (96,8,145). Sum of RGB (Red+Green+Blue) = 96+8+145=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #600891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600891 is #9FF76E. Grayscale: #313131. Windows color (decimal): -10483567 or 9504864. OLE color: 9504864.

HSL color Cylindrical-coordinate representation of color #600891: hue angle of 278.54º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600891 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 8 145 -
CMYK 0.34 0.94 0 0.43
HSL 278.54º 0.9% 0.3% -
HSV(B) 278.54º 0.94% 0.57% -
XYZ 10.02 4.7 27.17 -
YUV 49.93 181.65 160.86 -
System Red Green Blue C M Y K H S L
Decimal 96 8 145 0.34 0.94 0 0.43 278.54 0.9 0.3
Hex 60 8 91 22 5E 0 2B 117 5A 1E
Octal 140 10 221 42 136 0 53 427 132 36
Binary 1100000 1000 10010001 100010 1011110 0 101011 100010111 1011010 11110

Color Harmonies of #600891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600891

Black with #600891

Text Example


Text Example

White with #600891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600891; }

 p { color: rgb(96,8,145); }

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

background-color css

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

 a { background-color: rgb(96,8,145); }

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

border-color css

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

 span { border-color: rgb(96,8,145); }

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