Html Css Color HEX #600882 Indigo

📋 copy color: '#600882'

red 96 ◦ green 8 ◦ blue 130

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

Shades of Indigo #600882

Tints of Indigo #600882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 55.56%

R = 41.03%
G = 3.42%
B = 55.56%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#600882 (or 0x600882) is known color: Indigo. HEX triplet: 60, 08 and 82. RGB value is (96,8,130). Sum of RGB (Red+Green+Blue) = 96+8+130=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #600882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600882 is #9FF77D. Grayscale: #2F2F2F. Windows color (decimal): -10483582 or 8521824. OLE color: 8521824.

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

Color convert

RGB 96 8 130 -
CMYK 0.26 0.94 0 0.49
HSL 283.28º 0.88% 0.27% -
HSV(B) 283.28º 0.94% 0.51% -
XYZ 8.94 4.27 21.47 -
YUV 48.22 174.15 162.08 -
System Red Green Blue C M Y K H S L
Decimal 96 8 130 0.26 0.94 0 0.49 283.28 0.88 0.27
Hex 60 8 82 1A 5E 0 31 11B 58 1B
Octal 140 10 202 32 136 0 61 433 130 33
Binary 1100000 1000 10000010 11010 1011110 0 110001 100011011 1011000 11011

Color Harmonies of #600882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600882

Black with #600882

Text Example


Text Example

White with #600882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600882; }

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

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

background-color css

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

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

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

border-color css

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

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

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