Html Css Color HEX #461289 Indigo

📋 copy color: '#461289'

red 70 ◦ green 18 ◦ blue 137

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

Shades of Indigo #461289

Tints of Indigo #461289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.89%

R = 31.11%
G = 8%
B = 60.89%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#461289 (or 0x461289) is known color: Indigo. HEX triplet: 46, 12 and 89. RGB value is (70,18,137). Sum of RGB (Red+Green+Blue) = 70+18+137=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #461289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461289 is #B9ED76. Grayscale: #2E2E2E. Windows color (decimal): -12184951 or 8983110. OLE color: 8983110.

HSL color Cylindrical-coordinate representation of color #461289: hue angle of 266.22º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461289 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 18 137 -
CMYK 0.49 0.87 0 0.46
HSL 266.22º 0.77% 0.3% -
HSV(B) 266.22º 0.87% 0.54% -
XYZ 7.26 3.54 23.97 -
YUV 47.11 178.73 144.32 -
System Red Green Blue C M Y K H S L
Decimal 70 18 137 0.49 0.87 0 0.46 266.22 0.77 0.3
Hex 46 12 89 31 57 0 2E 10A 4D 1E
Octal 106 22 211 61 127 0 56 412 115 36
Binary 1000110 10010 10001001 110001 1010111 0 101110 100001010 1001101 11110

Color Harmonies of #461289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461289

Black with #461289

Text Example


Text Example

White with #461289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461289; }

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

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

background-color css

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

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

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

border-color css

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

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

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