Html Css Color HEX #461280 Indigo

📋 copy color: '#461280'

red 70 ◦ green 18 ◦ blue 128

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

Shades of Indigo #461280

Tints of Indigo #461280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 59.26%

R = 32.41%
G = 8.33%
B = 59.26%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#461280 (or 0x461280) is known color: Indigo. HEX triplet: 46, 12 and 80. RGB value is (70,18,128). Sum of RGB (Red+Green+Blue) = 70+18+128=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #461280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461280 is #B9ED7F. Grayscale: #2D2D2D. Windows color (decimal): -12184960 or 8393286. OLE color: 8393286.

HSL color Cylindrical-coordinate representation of color #461280: hue angle of 268.36º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461280 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 18 128 -
CMYK 0.45 0.86 0 0.50
HSL 268.36º 0.75% 0.29% -
HSV(B) 268.36º 0.86% 0.5% -
XYZ 6.64 3.29 20.71 -
YUV 46.09 174.23 145.06 -
System Red Green Blue C M Y K H S L
Decimal 70 18 128 0.45 0.86 0 0.50 268.36 0.75 0.29
Hex 46 12 80 2D 56 0 32 10C 4B 1D
Octal 106 22 200 55 126 0 62 414 113 35
Binary 1000110 10010 10000000 101101 1010110 0 110010 100001100 1001011 11101

Color Harmonies of #461280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461280

Black with #461280

Text Example


Text Example

White with #461280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461280; }

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

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

background-color css

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

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

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

border-color css

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

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

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