Html Css Color HEX #461295 Indigo

📋 copy color: '#461295'

red 70 ◦ green 18 ◦ blue 149

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

Shades of Indigo #461295

Tints of Indigo #461295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

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

R = 29.54%
G = 7.59%
B = 62.87%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#461295 (or 0x461295) is known color: Indigo. HEX triplet: 46, 12 and 95. RGB value is (70,18,149). Sum of RGB (Red+Green+Blue) = 70+18+149=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #461295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461295 is #B9ED6A. Grayscale: #303030. Windows color (decimal): -12184939 or 9769542. OLE color: 9769542.

HSL color Cylindrical-coordinate representation of color #461295: hue angle of 263.82º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461295 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 18 149 -
CMYK 0.53 0.88 0 0.42
HSL 263.82º 0.78% 0.33% -
HSV(B) 263.82º 0.88% 0.58% -
XYZ 8.17 3.9 28.76 -
YUV 48.48 184.73 143.35 -
System Red Green Blue C M Y K H S L
Decimal 70 18 149 0.53 0.88 0 0.42 263.82 0.78 0.33
Hex 46 12 95 35 58 0 2A 108 4E 21
Octal 106 22 225 65 130 0 52 410 116 41
Binary 1000110 10010 10010101 110101 1011000 0 101010 100001000 1001110 100001

Color Harmonies of #461295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461295

Black with #461295

Text Example


Text Example

White with #461295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461295; }

 p { color: rgb(70,18,149); }

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

background-color css

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

 a { background-color: rgb(70,18,149); }

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

border-color css

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

 span { border-color: rgb(70,18,149); }

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