Html Css Color HEX #461083 Indigo

📋 copy color: '#461083'

red 70 ◦ green 16 ◦ blue 131

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

Shades of Indigo #461083

Tints of Indigo #461083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

 BLUE value IS 131 (51.56% from 255) = 60.37%

R = 32.26%
G = 7.37%
B = 60.37%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#461083 (or 0x461083) is known color: Indigo. HEX triplet: 46, 10 and 83. RGB value is (70,16,131). Sum of RGB (Red+Green+Blue) = 70+16+131=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #461083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461083 is #B9EF7C. Grayscale: #2C2C2C. Windows color (decimal): -12185469 or 8589382. OLE color: 8589382.

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

Color convert

RGB 70 16 131 -
CMYK 0.47 0.88 0 0.49
HSL 268.17º 0.78% 0.29% -
HSV(B) 268.17º 0.88% 0.51% -
XYZ 6.81 3.31 21.75 -
YUV 45.26 176.39 145.65 -
System Red Green Blue C M Y K H S L
Decimal 70 16 131 0.47 0.88 0 0.49 268.17 0.78 0.29
Hex 46 10 83 2F 58 0 31 10C 4E 1D
Octal 106 20 203 57 130 0 61 414 116 35
Binary 1000110 10000 10000011 101111 1011000 0 110001 100001100 1001110 11101

Color Harmonies of #461083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461083

Black with #461083

Text Example


Text Example

White with #461083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461083; }

 p { color: rgb(70,16,131); }

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

background-color css

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

 a { background-color: rgb(70,16,131); }

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

border-color css

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

 span { border-color: rgb(70,16,131); }

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