Html Css Color HEX #601282 Indigo

📋 copy color: '#601282'

red 96 ◦ green 18 ◦ blue 130

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

Shades of Indigo #601282

Tints of Indigo #601282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

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

R = 39.34%
G = 7.38%
B = 53.28%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#601282 (or 0x601282) is known color: Indigo. HEX triplet: 60, 12 and 82. RGB value is (96,18,130). Sum of RGB (Red+Green+Blue) = 96+18+130=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #601282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601282 is #9FED7D. Grayscale: #353535. Windows color (decimal): -10481022 or 8524384. OLE color: 8524384.

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

Color convert

RGB 96 18 130 -
CMYK 0.26 0.86 0 0.49
HSL 281.79º 0.76% 0.29% -
HSV(B) 281.79º 0.86% 0.51% -
XYZ 9.07 4.53 21.52 -
YUV 54.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 96 18 130 0.26 0.86 0 0.49 281.79 0.76 0.29
Hex 60 12 82 1A 56 0 31 11A 4C 1D
Octal 140 22 202 32 126 0 61 432 114 35
Binary 1100000 10010 10000010 11010 1010110 0 110001 100011010 1001100 11101

Color Harmonies of #601282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601282

Black with #601282

Text Example


Text Example

White with #601282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601282; }

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

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

background-color css

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

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

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

border-color css

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

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

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