Html Css Color HEX #600490 Indigo

📋 copy color: '#600490'

red 96 ◦ green 4 ◦ blue 144

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

Shades of Indigo #600490

Tints of Indigo #600490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

 BLUE value IS 144 (56.64% from 255) = 59.02%

R = 39.34%
G = 1.64%
B = 59.02%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#600490 (or 0x600490) is known color: Indigo. HEX triplet: 60, 04 and 90. RGB value is (96,4,144). Sum of RGB (Red+Green+Blue) = 96+4+144=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #600490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600490 is #9FFB6F. Grayscale: #2F2F2F. Windows color (decimal): -10484592 or 9438304. OLE color: 9438304.

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

Color convert

RGB 96 4 144 -
CMYK 0.33 0.97 0 0.44
HSL 279.43º 0.95% 0.29% -
HSV(B) 279.43º 0.97% 0.56% -
XYZ 9.9 4.59 26.75 -
YUV 47.47 182.48 162.62 -
System Red Green Blue C M Y K H S L
Decimal 96 4 144 0.33 0.97 0 0.44 279.43 0.95 0.29
Hex 60 4 90 21 61 0 2C 117 5F 1D
Octal 140 4 220 41 141 0 54 427 137 35
Binary 1100000 100 10010000 100001 1100001 0 101100 100010111 1011111 11101

Color Harmonies of #600490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600490

Black with #600490

Text Example


Text Example

White with #600490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600490; }

 p { color: rgb(96,4,144); }

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

background-color css

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

 a { background-color: rgb(96,4,144); }

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

border-color css

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

 span { border-color: rgb(96,4,144); }

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