Html Css Color HEX #600581 Indigo

📋 copy color: '#600581'

red 96 ◦ green 5 ◦ blue 129

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

Shades of Indigo #600581

Tints of Indigo #600581

RGB

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

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

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

R = 41.74%
G = 2.17%
B = 56.09%

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

#600581 (or 0x600581) is known color: Indigo. HEX triplet: 60, 05 and 81. RGB value is (96,5,129). Sum of RGB (Red+Green+Blue) = 96+5+129=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #600581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600581 is #9FFA7E. Grayscale: #2D2D2D. Windows color (decimal): -10484351 or 8455520. OLE color: 8455520.

HSL color Cylindrical-coordinate representation of color #600581: hue angle of 284.03º 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 #600581 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 5 129 -
CMYK 0.26 0.96 0 0.49
HSL 284.03º 0.93% 0.26% -
HSV(B) 284.03º 0.96% 0.51% -
XYZ 8.84 4.18 21.11 -
YUV 46.35 174.65 163.42 -
System Red Green Blue C M Y K H S L
Decimal 96 5 129 0.26 0.96 0 0.49 284.03 0.93 0.26
Hex 60 5 81 1A 60 0 31 11C 5D 1A
Octal 140 5 201 32 140 0 61 434 135 32
Binary 1100000 101 10000001 11010 1100000 0 110001 100011100 1011101 11010

Color Harmonies of #600581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600581

Black with #600581

Text Example


Text Example

White with #600581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600581; }

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

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

background-color css

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

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

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

border-color css

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

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

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