Html Css Color HEX #600294 Indigo

📋 copy color: '#600294'

red 96 ◦ green 2 ◦ blue 148

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

Shades of Indigo #600294

Tints of Indigo #600294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 60.16%

R = 39.02%
G = 0.81%
B = 60.16%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#600294 (or 0x600294) is known color: Indigo. HEX triplet: 60, 02 and 94. RGB value is (96,2,148). Sum of RGB (Red+Green+Blue) = 96+2+148=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #600294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600294 is #9FFD6B. Grayscale: #2E2E2E. Windows color (decimal): -10485100 or 9699936. OLE color: 9699936.

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

Color convert

RGB 96 2 148 -
CMYK 0.35 0.99 0 0.42
HSL 278.63º 0.97% 0.29% -
HSV(B) 278.63º 0.99% 0.58% -
XYZ 10.19 4.67 28.38 -
YUV 46.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 96 2 148 0.35 0.99 0 0.42 278.63 0.97 0.29
Hex 60 2 94 23 63 0 2A 117 61 1D
Octal 140 2 224 43 143 0 52 427 141 35
Binary 1100000 10 10010100 100011 1100011 0 101010 100010111 1100001 11101

Color Harmonies of #600294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600294

Black with #600294

Text Example


Text Example

White with #600294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600294; }

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

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

background-color css

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

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

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

border-color css

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

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

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