Html Css Color HEX #600295 Indigo

📋 copy color: '#600295'

red 96 ◦ green 2 ◦ blue 149

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

Shades of Indigo #600295

Tints of Indigo #600295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 60.32%

R = 38.87%
G = 0.81%
B = 60.32%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#600295 (or 0x600295) is known color: Indigo. HEX triplet: 60, 02 and 95. RGB value is (96,2,149). Sum of RGB (Red+Green+Blue) = 96+2+149=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #600295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600295 is #9FFD6A. Grayscale: #2E2E2E. Windows color (decimal): -10485099 or 9765472. OLE color: 9765472.

HSL color Cylindrical-coordinate representation of color #600295: hue angle of 278.37º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600295 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 2 149 -
CMYK 0.36 0.99 0 0.42
HSL 278.37º 0.97% 0.3% -
HSV(B) 278.37º 0.99% 0.58% -
XYZ 10.27 4.7 28.8 -
YUV 46.86 185.64 163.05 -
System Red Green Blue C M Y K H S L
Decimal 96 2 149 0.36 0.99 0 0.42 278.37 0.97 0.3
Hex 60 2 95 24 63 0 2A 116 61 1E
Octal 140 2 225 44 143 0 52 426 141 36
Binary 1100000 10 10010101 100100 1100011 0 101010 100010110 1100001 11110

Color Harmonies of #600295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600295

Black with #600295

Text Example


Text Example

White with #600295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600295; }

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

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

background-color css

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

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

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

border-color css

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

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

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