Html Css Color HEX #601388 Indigo

📋 copy color: '#601388'

red 96 ◦ green 19 ◦ blue 136

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

Shades of Indigo #601388

Tints of Indigo #601388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

 BLUE value IS 136 (53.52% from 255) = 54.18%

R = 38.25%
G = 7.57%
B = 54.18%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#601388 (or 0x601388) is known color: Indigo. HEX triplet: 60, 13 and 88. RGB value is (96,19,136). Sum of RGB (Red+Green+Blue) = 96+19+136=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #601388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601388 is #9FEC77. Grayscale: #363636. Windows color (decimal): -10480760 or 8917856. OLE color: 8917856.

HSL color Cylindrical-coordinate representation of color #601388: hue angle of 279.49º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601388 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 19 136 -
CMYK 0.29 0.86 0 0.47
HSL 279.49º 0.75% 0.3% -
HSV(B) 279.49º 0.86% 0.53% -
XYZ 9.5 4.73 23.7 -
YUV 55.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 96 19 136 0.29 0.86 0 0.47 279.49 0.75 0.3
Hex 60 13 88 1D 56 0 2F 117 4B 1E
Octal 140 23 210 35 126 0 57 427 113 36
Binary 1100000 10011 10001000 11101 1010110 0 101111 100010111 1001011 11110

Color Harmonies of #601388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601388

Black with #601388

Text Example


Text Example

White with #601388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601388; }

 p { color: rgb(96,19,136); }

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

background-color css

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

 a { background-color: rgb(96,19,136); }

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

border-color css

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

 span { border-color: rgb(96,19,136); }

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