Html Css Color HEX #460294 Indigo

📋 copy color: '#460294'

red 70 ◦ green 2 ◦ blue 148

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

Shades of Indigo #460294

Tints of Indigo #460294

RGB

 RED value IS 70 (27.73% from 255) = 31.82%

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

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

R = 31.82%
G = 0.91%
B = 67.27%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460294 (or 0x460294) is known color: Indigo. HEX triplet: 46, 02 and 94. RGB value is (70,2,148). Sum of RGB (Red+Green+Blue) = 70+2+148=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #460294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460294 is #B9FD6B. Grayscale: #262626. Windows color (decimal): -12189036 or 9699910. OLE color: 9699910.

HSL color Cylindrical-coordinate representation of color #460294: hue angle of 267.95º 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 #460294 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 2 148 -
CMYK 0.53 0.99 0 0.42
HSL 267.95º 0.97% 0.29% -
HSV(B) 267.95º 0.99% 0.58% -
XYZ 7.89 3.48 28.27 -
YUV 38.98 189.53 150.13 -
System Red Green Blue C M Y K H S L
Decimal 70 2 148 0.53 0.99 0 0.42 267.95 0.97 0.29
Hex 46 2 94 35 63 0 2A 10C 61 1D
Octal 106 2 224 65 143 0 52 414 141 35
Binary 1000110 10 10010100 110101 1100011 0 101010 100001100 1100001 11101

Color Harmonies of #460294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460294

Black with #460294

Text Example


Text Example

White with #460294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460294; }

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

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

background-color css

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

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

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

border-color css

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

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

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