Html Css Color HEX #601883 Indigo

📋 copy color: '#601883'

red 96 ◦ green 24 ◦ blue 131

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

Shades of Indigo #601883

Tints of Indigo #601883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.19%

R = 38.25%
G = 9.56%
B = 52.19%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#601883 (or 0x601883) is known color: Indigo. HEX triplet: 60, 18 and 83. RGB value is (96,24,131). Sum of RGB (Red+Green+Blue) = 96+24+131=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #601883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601883 is #9FE77C. Grayscale: #393939. Windows color (decimal): -10479485 or 8591456. OLE color: 8591456.

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

Color convert

RGB 96 24 131 -
CMYK 0.27 0.82 0 0.49
HSL 280.37º 0.69% 0.3% -
HSV(B) 280.37º 0.82% 0.51% -
XYZ 9.25 4.78 21.91 -
YUV 57.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 96 24 131 0.27 0.82 0 0.49 280.37 0.69 0.3
Hex 60 18 83 1B 52 0 31 118 45 1E
Octal 140 30 203 33 122 0 61 430 105 36
Binary 1100000 11000 10000011 11011 1010010 0 110001 100011000 1000101 11110

Color Harmonies of #601883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601883

Black with #601883

Text Example


Text Example

White with #601883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601883; }

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

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

background-color css

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

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

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

border-color css

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

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

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