Html Css Color HEX #600390 Indigo

📋 copy color: '#600390'

red 96 ◦ green 3 ◦ blue 144

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

Shades of Indigo #600390

Tints of Indigo #600390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

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

R = 39.51%
G = 1.23%
B = 59.26%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#600390 (or 0x600390) is known color: Indigo. HEX triplet: 60, 03 and 90. RGB value is (96,3,144). Sum of RGB (Red+Green+Blue) = 96+3+144=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #600390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600390 is #9FFC6F. Grayscale: #2E2E2E. Windows color (decimal): -10484848 or 9438048. OLE color: 9438048.

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

Color convert

RGB 96 3 144 -
CMYK 0.33 0.98 0 0.44
HSL 279.57º 0.96% 0.29% -
HSV(B) 279.57º 0.98% 0.56% -
XYZ 9.89 4.57 26.75 -
YUV 46.88 182.81 163.04 -
System Red Green Blue C M Y K H S L
Decimal 96 3 144 0.33 0.98 0 0.44 279.57 0.96 0.29
Hex 60 3 90 21 62 0 2C 118 60 1D
Octal 140 3 220 41 142 0 54 430 140 35
Binary 1100000 11 10010000 100001 1100010 0 101100 100011000 1100000 11101

Color Harmonies of #600390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600390

Black with #600390

Text Example


Text Example

White with #600390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600390; }

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

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

background-color css

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

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

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

border-color css

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

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

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