Html Css Color HEX #601885 Indigo

📋 copy color: '#601885'

red 96 ◦ green 24 ◦ blue 133

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

Shades of Indigo #601885

Tints of Indigo #601885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.57%

R = 37.94%
G = 9.49%
B = 52.57%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#601885 (or 0x601885) is known color: Indigo. HEX triplet: 60, 18 and 85. RGB value is (96,24,133). Sum of RGB (Red+Green+Blue) = 96+24+133=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #601885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601885 is #9FE77A. Grayscale: #393939. Windows color (decimal): -10479483 or 8722528. OLE color: 8722528.

HSL color Cylindrical-coordinate representation of color #601885: hue angle of 279.63º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601885 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 24 133 -
CMYK 0.28 0.82 0 0.48
HSL 279.63º 0.69% 0.31% -
HSV(B) 279.63º 0.82% 0.52% -
XYZ 9.38 4.83 22.63 -
YUV 57.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 96 24 133 0.28 0.82 0 0.48 279.63 0.69 0.31
Hex 60 18 85 1C 52 0 30 118 45 1F
Octal 140 30 205 34 122 0 60 430 105 37
Binary 1100000 11000 10000101 11100 1010010 0 110000 100011000 1000101 11111

Color Harmonies of #601885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601885

Black with #601885

Text Example


Text Example

White with #601885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601885; }

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

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

background-color css

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

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

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

border-color css

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

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

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