Html Css Color HEX #461087 Indigo

📋 copy color: '#461087'

red 70 ◦ green 16 ◦ blue 135

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

Shades of Indigo #461087

Tints of Indigo #461087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 61.09%

R = 31.67%
G = 7.24%
B = 61.09%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#461087 (or 0x461087) is known color: Indigo. HEX triplet: 46, 10 and 87. RGB value is (70,16,135). Sum of RGB (Red+Green+Blue) = 70+16+135=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #461087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461087 is #B9EF78. Grayscale: #2D2D2D. Windows color (decimal): -12185465 or 8851526. OLE color: 8851526.

HSL color Cylindrical-coordinate representation of color #461087: hue angle of 267.23º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461087 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 16 135 -
CMYK 0.48 0.88 0 0.47
HSL 267.23º 0.79% 0.3% -
HSV(B) 267.23º 0.88% 0.53% -
XYZ 7.08 3.42 23.21 -
YUV 45.71 178.39 145.32 -
System Red Green Blue C M Y K H S L
Decimal 70 16 135 0.48 0.88 0 0.47 267.23 0.79 0.3
Hex 46 10 87 30 58 0 2F 10B 4F 1E
Octal 106 20 207 60 130 0 57 413 117 36
Binary 1000110 10000 10000111 110000 1011000 0 101111 100001011 1001111 11110

Color Harmonies of #461087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461087

Black with #461087

Text Example


Text Example

White with #461087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461087; }

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

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

background-color css

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

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

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

border-color css

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

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

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