Html Css Color HEX #600090 Indigo

📋 copy color: '#600090'

red 96 ◦ green 0 ◦ blue 144

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

Shades of Indigo #600090

Tints of Indigo #600090

RGB

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

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

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

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#600090 (or 0x600090) is known color: Indigo. HEX triplet: 60, 00 and 90. RGB value is (96,0,144). Sum of RGB (Red+Green+Blue) = 96+0+144=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #600090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600090 is #9FFF6F. Grayscale: #2C2C2C. Windows color (decimal): -10485616 or 9437280. OLE color: 9437280.

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

Color convert

RGB 96 0 144 -
CMYK 0.33 1 0 0.44
HSL 280º 1% 0.28% -
HSV(B) 280º 1% 0.56% -
XYZ 9.86 4.5 26.73 -
YUV 45.12 183.8 164.29 -
System Red Green Blue C M Y K H S L
Decimal 96 0 144 0.33 1 0 0.44 280 1 0.28
Hex 60 0 90 21 64 0 2C 118 64 1C
Octal 140 0 220 41 144 0 54 430 144 34
Binary 1100000 0 10010000 100001 1100100 0 101100 100011000 1100100 11100

Color Harmonies of #600090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600090

Black with #600090

Text Example


Text Example

White with #600090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600090; }

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

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

background-color css

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

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

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

border-color css

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

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

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