Html Css Color HEX #600190 Indigo

📋 copy color: '#600190'

red 96 ◦ green 1 ◦ blue 144

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

Shades of Indigo #600190

Tints of Indigo #600190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 39.83%
G = 0.41%
B = 59.75%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#600190 (or 0x600190) is known color: Indigo. HEX triplet: 60, 01 and 90. RGB value is (96,1,144). Sum of RGB (Red+Green+Blue) = 96+1+144=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #600190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600190 is #9FFE6F. Grayscale: #2D2D2D. Windows color (decimal): -10485360 or 9437536. OLE color: 9437536.

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

Color convert

RGB 96 1 144 -
CMYK 0.33 0.99 0 0.44
HSL 279.86º 0.99% 0.28% -
HSV(B) 279.86º 0.99% 0.56% -
XYZ 9.87 4.52 26.74 -
YUV 45.71 183.47 163.87 -
System Red Green Blue C M Y K H S L
Decimal 96 1 144 0.33 0.99 0 0.44 279.86 0.99 0.28
Hex 60 1 90 21 63 0 2C 118 63 1C
Octal 140 1 220 41 143 0 54 430 143 34
Binary 1100000 1 10010000 100001 1100011 0 101100 100011000 1100011 11100

Color Harmonies of #600190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600190

Black with #600190

Text Example


Text Example

White with #600190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600190; }

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

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

background-color css

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

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

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

border-color css

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

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

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