Html Css Color HEX #461271 Indigo

📋 copy color: '#461271'

red 70 ◦ green 18 ◦ blue 113

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

Shades of Indigo #461271

Tints of Indigo #461271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 56.22%

R = 34.83%
G = 8.96%
B = 56.22%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#461271 (or 0x461271) is known color: Indigo. HEX triplet: 46, 12 and 71. RGB value is (70,18,113). Sum of RGB (Red+Green+Blue) = 70+18+113=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #461271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461271 is #B9ED8E. Grayscale: #2C2C2C. Windows color (decimal): -12184975 or 7410246. OLE color: 7410246.

HSL color Cylindrical-coordinate representation of color #461271: hue angle of 272.84º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461271 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 18 113 -
CMYK 0.38 0.84 0 0.56
HSL 272.84º 0.73% 0.26% -
HSV(B) 272.84º 0.84% 0.44% -
XYZ 5.72 2.93 15.89 -
YUV 44.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 70 18 113 0.38 0.84 0 0.56 272.84 0.73 0.26
Hex 46 12 71 26 54 0 38 111 49 1A
Octal 106 22 161 46 124 0 70 421 111 32
Binary 1000110 10010 1110001 100110 1010100 0 111000 100010001 1001001 11010

Color Harmonies of #461271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461271

Black with #461271

Text Example


Text Example

White with #461271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461271; }

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

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

background-color css

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

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

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

border-color css

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

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

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