Html Css Color HEX #461188 Indigo

📋 copy color: '#461188'

red 70 ◦ green 17 ◦ blue 136

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

Shades of Indigo #461188

Tints of Indigo #461188

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.62%

 BLUE value IS 136 (53.52% from 255) = 60.99%

R = 31.39%
G = 7.62%
B = 60.99%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#461188 (or 0x461188) is known color: Indigo. HEX triplet: 46, 11 and 88. RGB value is (70,17,136). Sum of RGB (Red+Green+Blue) = 70+17+136=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #461188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461188 is #B9EE77. Grayscale: #2D2D2D. Windows color (decimal): -12185208 or 8917318. OLE color: 8917318.

HSL color Cylindrical-coordinate representation of color #461188: hue angle of 266.72º degrees, saturation: 0.78, 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 #461188 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 17 136 -
CMYK 0.49 0.87 0 0.47
HSL 266.72º 0.78% 0.3% -
HSV(B) 266.72º 0.88% 0.53% -
XYZ 7.17 3.48 23.59 -
YUV 46.41 178.56 144.82 -
System Red Green Blue C M Y K H S L
Decimal 70 17 136 0.49 0.87 0 0.47 266.72 0.78 0.3
Hex 46 11 88 31 57 0 2F 10B 4E 1E
Octal 106 21 210 61 127 0 57 413 116 36
Binary 1000110 10001 10001000 110001 1010111 0 101111 100001011 1001110 11110

Color Harmonies of #461188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461188

Black with #461188

Text Example


Text Example

White with #461188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461188; }

 p { color: rgb(70,17,136); }

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

background-color css

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

 a { background-color: rgb(70,17,136); }

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

border-color css

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

 span { border-color: rgb(70,17,136); }

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