Html Css Color HEX #601682 Indigo

📋 copy color: '#601682'

red 96 ◦ green 22 ◦ blue 130

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

Shades of Indigo #601682

Tints of Indigo #601682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

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

R = 38.71%
G = 8.87%
B = 52.42%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#601682 (or 0x601682) is known color: Indigo. HEX triplet: 60, 16 and 82. RGB value is (96,22,130). Sum of RGB (Red+Green+Blue) = 96+22+130=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #601682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601682 is #9FE97D. Grayscale: #383838. Windows color (decimal): -10479998 or 8525408. OLE color: 8525408.

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

Color convert

RGB 96 22 130 -
CMYK 0.26 0.83 0 0.49
HSL 281.11º 0.71% 0.3% -
HSV(B) 281.11º 0.83% 0.51% -
XYZ 9.14 4.67 21.54 -
YUV 56.44 169.52 156.22 -
System Red Green Blue C M Y K H S L
Decimal 96 22 130 0.26 0.83 0 0.49 281.11 0.71 0.3
Hex 60 16 82 1A 53 0 31 119 47 1E
Octal 140 26 202 32 123 0 61 431 107 36
Binary 1100000 10110 10000010 11010 1010011 0 110001 100011001 1000111 11110

Color Harmonies of #601682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601682

Black with #601682

Text Example


Text Example

White with #601682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601682; }

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

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

background-color css

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

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

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

border-color css

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

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

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