Html Css Color HEX #601892 Indigo

📋 copy color: '#601892'

red 96 ◦ green 24 ◦ blue 146

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

Shades of Indigo #601892

Tints of Indigo #601892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

 BLUE value IS 146 (57.42% from 255) = 54.89%

R = 36.09%
G = 9.02%
B = 54.89%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#601892 (or 0x601892) is known color: Indigo. HEX triplet: 60, 18 and 92. RGB value is (96,24,146). Sum of RGB (Red+Green+Blue) = 96+24+146=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #601892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601892 is #9FE76D. Grayscale: #3B3B3B. Windows color (decimal): -10479470 or 9574496. OLE color: 9574496.

HSL color Cylindrical-coordinate representation of color #601892: hue angle of 275.41º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601892 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 24 146 -
CMYK 0.34 0.84 0 0.43
HSL 275.41º 0.72% 0.33% -
HSV(B) 275.41º 0.84% 0.57% -
XYZ 10.34 5.22 27.66 -
YUV 59.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 96 24 146 0.34 0.84 0 0.43 275.41 0.72 0.33
Hex 60 18 92 22 54 0 2B 113 48 21
Octal 140 30 222 42 124 0 53 423 110 41
Binary 1100000 11000 10010010 100010 1010100 0 101011 100010011 1001000 100001

Color Harmonies of #601892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601892

Black with #601892

Text Example


Text Example

White with #601892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601892; }

 p { color: rgb(96,24,146); }

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

background-color css

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

 a { background-color: rgb(96,24,146); }

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

border-color css

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

 span { border-color: rgb(96,24,146); }

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