Html Css Color HEX #601082 Indigo

📋 copy color: '#601082'

red 96 ◦ green 16 ◦ blue 130

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

Shades of Indigo #601082

Tints of Indigo #601082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

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

R = 39.67%
G = 6.61%
B = 53.72%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#601082 (or 0x601082) is known color: Indigo. HEX triplet: 60, 10 and 82. RGB value is (96,16,130). Sum of RGB (Red+Green+Blue) = 96+16+130=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #601082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601082 is #9FEF7D. Grayscale: #343434. Windows color (decimal): -10481534 or 8523872. OLE color: 8523872.

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

Color convert

RGB 96 16 130 -
CMYK 0.26 0.88 0 0.49
HSL 282.11º 0.78% 0.29% -
HSV(B) 282.11º 0.88% 0.51% -
XYZ 9.04 4.47 21.51 -
YUV 52.92 171.5 158.73 -
System Red Green Blue C M Y K H S L
Decimal 96 16 130 0.26 0.88 0 0.49 282.11 0.78 0.29
Hex 60 10 82 1A 58 0 31 11A 4E 1D
Octal 140 20 202 32 130 0 61 432 116 35
Binary 1100000 10000 10000010 11010 1011000 0 110001 100011010 1001110 11101

Color Harmonies of #601082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601082

Black with #601082

Text Example


Text Example

White with #601082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601082; }

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

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

background-color css

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

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

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

border-color css

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

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

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