Html Css Color HEX #600782 Indigo

📋 copy color: '#600782'

red 96 ◦ green 7 ◦ blue 130

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

Shades of Indigo #600782

Tints of Indigo #600782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3%

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

R = 41.2%
G = 3%
B = 55.79%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#600782 (or 0x600782) is known color: Indigo. HEX triplet: 60, 07 and 82. RGB value is (96,7,130). Sum of RGB (Red+Green+Blue) = 96+7+130=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #600782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600782 is #9FF87D. Grayscale: #2F2F2F. Windows color (decimal): -10483838 or 8521568. OLE color: 8521568.

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

Color convert

RGB 96 7 130 -
CMYK 0.26 0.95 0 0.49
HSL 283.41º 0.9% 0.27% -
HSV(B) 283.41º 0.95% 0.51% -
XYZ 8.93 4.25 21.47 -
YUV 47.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 96 7 130 0.26 0.95 0 0.49 283.41 0.9 0.27
Hex 60 7 82 1A 5F 0 31 11B 5A 1B
Octal 140 7 202 32 137 0 61 433 132 33
Binary 1100000 111 10000010 11010 1011111 0 110001 100011011 1011010 11011

Color Harmonies of #600782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600782

Black with #600782

Text Example


Text Example

White with #600782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600782; }

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

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

background-color css

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

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

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

border-color css

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

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

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