Html Css Color HEX #600488 Indigo

📋 copy color: '#600488'

red 96 ◦ green 4 ◦ blue 136

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

Shades of Indigo #600488

Tints of Indigo #600488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 40.68%
G = 1.69%
B = 57.63%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600488 (or 0x600488) is known color: Indigo. HEX triplet: 60, 04 and 88. RGB value is (96,4,136). Sum of RGB (Red+Green+Blue) = 96+4+136=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #600488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600488 is #9FFB77. Grayscale: #2E2E2E. Windows color (decimal): -10484600 or 8914016. OLE color: 8914016.

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

Color convert

RGB 96 4 136 -
CMYK 0.29 0.97 0 0.47
HSL 281.82º 0.94% 0.27% -
HSV(B) 281.82º 0.97% 0.53% -
XYZ 9.31 4.35 23.64 -
YUV 46.56 178.48 163.27 -
System Red Green Blue C M Y K H S L
Decimal 96 4 136 0.29 0.97 0 0.47 281.82 0.94 0.27
Hex 60 4 88 1D 61 0 2F 11A 5E 1B
Octal 140 4 210 35 141 0 57 432 136 33
Binary 1100000 100 10001000 11101 1100001 0 101111 100011010 1011110 11011

Color Harmonies of #600488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600488

Black with #600488

Text Example


Text Example

White with #600488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600488; }

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

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

background-color css

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

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

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

border-color css

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

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

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