Html Css Color HEX #461589 Indigo

📋 copy color: '#461589'

red 70 ◦ green 21 ◦ blue 137

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

Shades of Indigo #461589

Tints of Indigo #461589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.21%

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

R = 30.7%
G = 9.21%
B = 60.09%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#461589 (or 0x461589) is known color: Indigo. HEX triplet: 46, 15 and 89. RGB value is (70,21,137). Sum of RGB (Red+Green+Blue) = 70+21+137=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #461589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461589 is #B9EA76. Grayscale: #303030. Windows color (decimal): -12184183 or 8983878. OLE color: 8983878.

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

Color convert

RGB 70 21 137 -
CMYK 0.49 0.85 0 0.46
HSL 265.34º 0.73% 0.31% -
HSV(B) 265.34º 0.85% 0.54% -
XYZ 7.31 3.64 23.99 -
YUV 48.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 70 21 137 0.49 0.85 0 0.46 265.34 0.73 0.31
Hex 46 15 89 31 55 0 2E 109 49 1F
Octal 106 25 211 61 125 0 56 411 111 37
Binary 1000110 10101 10001001 110001 1010101 0 101110 100001001 1001001 11111

Color Harmonies of #461589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461589

Black with #461589

Text Example


Text Example

White with #461589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461589; }

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

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

background-color css

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

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

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

border-color css

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

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

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