Html Css Color HEX #600073 Indigo

📋 copy color: '#600073'

red 96 ◦ green 0 ◦ blue 115

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

Shades of Indigo #600073

Tints of Indigo #600073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.5%

R = 45.5%
G = 0%
B = 54.5%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600073 (or 0x600073) is known color: Indigo. HEX triplet: 60, 00 and 73. RGB value is (96,0,115). Sum of RGB (Red+Green+Blue) = 96+0+115=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #600073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600073 is #9FFF8C. Grayscale: #292929. Windows color (decimal): -10485645 or 7536736. OLE color: 7536736.

HSL color Cylindrical-coordinate representation of color #600073: hue angle of 290.09º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600073 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 0 115 -
CMYK 0.17 1 0 0.55
HSL 290.09º 1% 0.23% -
HSV(B) 290.09º 1% 0.45% -
XYZ 7.92 3.72 16.52 -
YUV 41.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 96 0 115 0.17 1 0 0.55 290.09 1 0.23
Hex 60 0 73 11 64 0 37 122 64 17
Octal 140 0 163 21 144 0 67 442 144 27
Binary 1100000 0 1110011 10001 1100100 0 110111 100100010 1100100 10111

Color Harmonies of #600073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600073

Black with #600073

Text Example


Text Example

White with #600073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600073; }

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

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

background-color css

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

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

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

border-color css

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

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

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