Html Css Color HEX #461581 Indigo

📋 copy color: '#461581'

red 70 ◦ green 21 ◦ blue 129

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

Shades of Indigo #461581

Tints of Indigo #461581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.64%

R = 31.82%
G = 9.55%
B = 58.64%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#461581 (or 0x461581) is known color: Indigo. HEX triplet: 46, 15 and 81. RGB value is (70,21,129). Sum of RGB (Red+Green+Blue) = 70+21+129=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 129 (50.78% from 255 or 58.64% from 220); Max value from RGB is 129 - color contains mainly: blue. Hex color #461581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461581 is #B9EA7E. Grayscale: #2F2F2F. Windows color (decimal): -12184191 or 8459590. OLE color: 8459590.

HSL color Cylindrical-coordinate representation of color #461581: hue angle of 267.22º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461581 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 21 129 -
CMYK 0.46 0.84 0 0.49
HSL 267.22º 0.72% 0.29% -
HSV(B) 267.22º 0.84% 0.51% -
XYZ 6.76 3.42 21.07 -
YUV 47.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 70 21 129 0.46 0.84 0 0.49 267.22 0.72 0.29
Hex 46 15 81 2E 54 0 31 10B 48 1D
Octal 106 25 201 56 124 0 61 413 110 35
Binary 1000110 10101 10000001 101110 1010100 0 110001 100001011 1001000 11101

Color Harmonies of #461581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461581

Black with #461581

Text Example


Text Example

White with #461581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461581; }

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

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

background-color css

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

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

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

border-color css

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

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

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