Html Css Color HEX #600273 Indigo

📋 copy color: '#600273'

red 96 ◦ green 2 ◦ blue 115

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

Shades of Indigo #600273

Tints of Indigo #600273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 45.07%
G = 0.94%
B = 53.99%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600273 (or 0x600273) is known color: Indigo. HEX triplet: 60, 02 and 73. RGB value is (96,2,115). Sum of RGB (Red+Green+Blue) = 96+2+115=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #600273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600273 is #9FFD8C. Grayscale: #2A2A2A. Windows color (decimal): -10485133 or 7537248. OLE color: 7537248.

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

Color convert

RGB 96 2 115 -
CMYK 0.17 0.98 0 0.55
HSL 289.91º 0.97% 0.23% -
HSV(B) 289.91º 0.98% 0.45% -
XYZ 7.94 3.77 16.53 -
YUV 42.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 96 2 115 0.17 0.98 0 0.55 289.91 0.97 0.23
Hex 60 2 73 11 62 0 37 122 61 17
Octal 140 2 163 21 142 0 67 442 141 27
Binary 1100000 10 1110011 10001 1100010 0 110111 100100010 1100001 10111

Color Harmonies of #600273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600273

Black with #600273

Text Example


Text Example

White with #600273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600273; }

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

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

background-color css

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

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

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

border-color css

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

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

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