Html Css Color HEX #600F91 Indigo

📋 copy color: '#600F91'

red 96 ◦ green 15 ◦ blue 145

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

Shades of Indigo #600F91

Tints of Indigo #600F91

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.86%

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

R = 37.5%
G = 5.86%
B = 56.64%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#600F91 (or 0x600F91) is known color: Indigo. HEX triplet: 60, 0F and 91. RGB value is (96,15,145). Sum of RGB (Red+Green+Blue) = 96+15+145=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #600F91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600F91 is #9FF06E. Grayscale: #353535. Windows color (decimal): -10481775 or 9506656. OLE color: 9506656.

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

Color convert

RGB 96 15 145 -
CMYK 0.34 0.90 0 0.43
HSL 277.38º 0.81% 0.31% -
HSV(B) 277.38º 0.9% 0.57% -
XYZ 10.11 4.87 27.2 -
YUV 54.04 179.34 157.93 -
System Red Green Blue C M Y K H S L
Decimal 96 15 145 0.34 0.90 0 0.43 277.38 0.81 0.31
Hex 60 F 91 22 5A 0 2B 115 51 1F
Octal 140 17 221 42 132 0 53 425 121 37
Binary 1100000 1111 10010001 100010 1011010 0 101011 100010101 1010001 11111

Color Harmonies of #600F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F91

Black with #600F91

Text Example


Text Example

White with #600F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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