Html Css Color HEX #600F81 Indigo

📋 copy color: '#600F81'

red 96 ◦ green 15 ◦ blue 129

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

Shades of Indigo #600F81

Tints of Indigo #600F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 53.75%

R = 40%
G = 6.25%
B = 53.75%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#600F81 (or 0x600F81) is known color: Indigo. HEX triplet: 60, 0F and 81. RGB value is (96,15,129). Sum of RGB (Red+Green+Blue) = 96+15+129=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #600F81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600F81 is #9FF07E. Grayscale: #333333. Windows color (decimal): -10481791 or 8458080. OLE color: 8458080.

HSL color Cylindrical-coordinate representation of color #600F81: hue angle of 282.63º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600F81 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 15 129 -
CMYK 0.26 0.88 0 0.49
HSL 282.63º 0.79% 0.28% -
HSV(B) 282.63º 0.88% 0.51% -
XYZ 8.96 4.41 21.15 -
YUV 52.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 96 15 129 0.26 0.88 0 0.49 282.63 0.79 0.28
Hex 60 F 81 1A 58 0 31 11B 4F 1C
Octal 140 17 201 32 130 0 61 433 117 34
Binary 1100000 1111 10000001 11010 1011000 0 110001 100011011 1001111 11100

Color Harmonies of #600F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F81

Black with #600F81

Text Example


Text Example

White with #600F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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