Html Css Color HEX #461282 Indigo

📋 copy color: '#461282'

red 70 ◦ green 18 ◦ blue 130

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

Shades of Indigo #461282

Tints of Indigo #461282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 59.63%

R = 32.11%
G = 8.26%
B = 59.63%

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

#461282 (or 0x461282) is known color: Indigo. HEX triplet: 46, 12 and 82. RGB value is (70,18,130). Sum of RGB (Red+Green+Blue) = 70+18+130=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #461282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461282 is #B9ED7D. Grayscale: #2D2D2D. Windows color (decimal): -12184958 or 8524358. OLE color: 8524358.

HSL color Cylindrical-coordinate representation of color #461282: hue angle of 267.86º 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 #461282 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 18 130 -
CMYK 0.46 0.86 0 0.49
HSL 267.86º 0.76% 0.29% -
HSV(B) 267.86º 0.86% 0.51% -
XYZ 6.77 3.35 21.41 -
YUV 46.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 70 18 130 0.46 0.86 0 0.49 267.86 0.76 0.29
Hex 46 12 82 2E 56 0 31 10C 4C 1D
Octal 106 22 202 56 126 0 61 414 114 35
Binary 1000110 10010 10000010 101110 1010110 0 110001 100001100 1001100 11101

Color Harmonies of #461282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461282

Black with #461282

Text Example


Text Example

White with #461282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461282; }

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

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

background-color css

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

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

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

border-color css

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

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

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