Html Css Color HEX #600788 Indigo

📋 copy color: '#600788'

red 96 ◦ green 7 ◦ blue 136

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

Shades of Indigo #600788

Tints of Indigo #600788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.93%

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

R = 40.17%
G = 2.93%
B = 56.9%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600788 (or 0x600788) is known color: Indigo. HEX triplet: 60, 07 and 88. RGB value is (96,7,136). Sum of RGB (Red+Green+Blue) = 96+7+136=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #600788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600788 is #9FF877. Grayscale: #2F2F2F. Windows color (decimal): -10483832 or 8914784. OLE color: 8914784.

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

Color convert

RGB 96 7 136 -
CMYK 0.29 0.95 0 0.47
HSL 281.4º 0.9% 0.28% -
HSV(B) 281.4º 0.95% 0.53% -
XYZ 9.34 4.42 23.65 -
YUV 48.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 96 7 136 0.29 0.95 0 0.47 281.4 0.9 0.28
Hex 60 7 88 1D 5F 0 2F 119 5A 1C
Octal 140 7 210 35 137 0 57 431 132 34
Binary 1100000 111 10001000 11101 1011111 0 101111 100011001 1011010 11100

Color Harmonies of #600788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600788

Black with #600788

Text Example


Text Example

White with #600788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600788; }

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

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

background-color css

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

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

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

border-color css

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

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

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