Html Css Color HEX #600582 Indigo

📋 copy color: '#600582'

red 96 ◦ green 5 ◦ blue 130

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

Shades of Indigo #600582

Tints of Indigo #600582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 41.56%
G = 2.16%
B = 56.28%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#600582 (or 0x600582) is known color: Indigo. HEX triplet: 60, 05 and 82. RGB value is (96,5,130). Sum of RGB (Red+Green+Blue) = 96+5+130=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #600582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600582 is #9FFA7D. Grayscale: #2E2E2E. Windows color (decimal): -10484350 or 8521056. OLE color: 8521056.

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

Color convert

RGB 96 5 130 -
CMYK 0.26 0.96 0 0.49
HSL 283.68º 0.93% 0.26% -
HSV(B) 283.68º 0.96% 0.51% -
XYZ 8.91 4.21 21.46 -
YUV 46.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 96 5 130 0.26 0.96 0 0.49 283.68 0.93 0.26
Hex 60 5 82 1A 60 0 31 11C 5D 1A
Octal 140 5 202 32 140 0 61 434 135 32
Binary 1100000 101 10000010 11010 1100000 0 110001 100011100 1011101 11010

Color Harmonies of #600582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600582

Black with #600582

Text Example


Text Example

White with #600582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600582; }

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

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

background-color css

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

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

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

border-color css

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

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

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