Html Css Color HEX #600088 Indigo

📋 copy color: '#600088'

red 96 ◦ green 0 ◦ blue 136

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

Shades of Indigo #600088

Tints of Indigo #600088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.38%
G = 0%
B = 58.62%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600088 (or 0x600088) is known color: Indigo. HEX triplet: 60, 00 and 88. RGB value is (96,0,136). Sum of RGB (Red+Green+Blue) = 96+0+136=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #600088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600088 is #9FFF77. Grayscale: #2B2B2B. Windows color (decimal): -10485624 or 8912992. OLE color: 8912992.

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

Color convert

RGB 96 0 136 -
CMYK 0.29 1 0 0.47
HSL 282.35º 1% 0.27% -
HSV(B) 282.35º 1% 0.53% -
XYZ 9.27 4.26 23.63 -
YUV 44.21 179.8 164.94 -
System Red Green Blue C M Y K H S L
Decimal 96 0 136 0.29 1 0 0.47 282.35 1 0.27
Hex 60 0 88 1D 64 0 2F 11A 64 1B
Octal 140 0 210 35 144 0 57 432 144 33
Binary 1100000 0 10001000 11101 1100100 0 101111 100011010 1100100 11011

Color Harmonies of #600088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600088

Black with #600088

Text Example


Text Example

White with #600088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600088; }

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

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

background-color css

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

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

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

border-color css

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

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

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