Html Css Color HEX #600271 Indigo

📋 copy color: '#600271'

red 96 ◦ green 2 ◦ blue 113

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

Shades of Indigo #600271

Tints of Indigo #600271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 53.55%

R = 45.5%
G = 0.95%
B = 53.55%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#600271 (or 0x600271) is known color: Indigo. HEX triplet: 60, 02 and 71. RGB value is (96,2,113). Sum of RGB (Red+Green+Blue) = 96+2+113=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #600271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600271 is #9FFD8E. Grayscale: #2A2A2A. Windows color (decimal): -10485135 or 7406176. OLE color: 7406176.

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

Color convert

RGB 96 2 113 -
CMYK 0.15 0.98 0 0.56
HSL 290.81º 0.97% 0.23% -
HSV(B) 290.81º 0.98% 0.44% -
XYZ 7.83 3.72 15.93 -
YUV 42.76 167.64 165.97 -
System Red Green Blue C M Y K H S L
Decimal 96 2 113 0.15 0.98 0 0.56 290.81 0.97 0.23
Hex 60 2 71 F 62 0 38 123 61 17
Octal 140 2 161 17 142 0 70 443 141 27
Binary 1100000 10 1110001 1111 1100010 0 111000 100100011 1100001 10111

Color Harmonies of #600271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600271

Black with #600271

Text Example


Text Example

White with #600271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600271; }

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

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

background-color css

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

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

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

border-color css

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

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

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