Html Css Color HEX #461281 Indigo

📋 copy color: '#461281'

red 70 ◦ green 18 ◦ blue 129

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

Shades of Indigo #461281

Tints of Indigo #461281

RGB

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

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

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

R = 32.26%
G = 8.29%
B = 59.45%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#461281 (or 0x461281) is known color: Indigo. HEX triplet: 46, 12 and 81. RGB value is (70,18,129). Sum of RGB (Red+Green+Blue) = 70+18+129=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 129 (50.78% from 255 or 59.45% from 217); Max value from RGB is 129 - color contains mainly: blue. Hex color #461281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461281 is #B9ED7E. Grayscale: #2D2D2D. Windows color (decimal): -12184959 or 8458822. OLE color: 8458822.

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

Color convert

RGB 70 18 129 -
CMYK 0.46 0.86 0 0.49
HSL 268.11º 0.76% 0.29% -
HSV(B) 268.11º 0.86% 0.51% -
XYZ 6.7 3.32 21.06 -
YUV 46.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 70 18 129 0.46 0.86 0 0.49 268.11 0.76 0.29
Hex 46 12 81 2E 56 0 31 10C 4C 1D
Octal 106 22 201 56 126 0 61 414 114 35
Binary 1000110 10010 10000001 101110 1010110 0 110001 100001100 1001100 11101

Color Harmonies of #461281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461281

Black with #461281

Text Example


Text Example

White with #461281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461281; }

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

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

background-color css

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

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

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

border-color css

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

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

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