Html Css Color HEX #461288 Indigo

📋 copy color: '#461288'

red 70 ◦ green 18 ◦ blue 136

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

Shades of Indigo #461288

Tints of Indigo #461288

RGB

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

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

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

R = 31.25%
G = 8.04%
B = 60.71%

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

#461288 (or 0x461288) is known color: Indigo. HEX triplet: 46, 12 and 88. RGB value is (70,18,136). Sum of RGB (Red+Green+Blue) = 70+18+136=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #461288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461288 is #B9ED77. Grayscale: #2E2E2E. Windows color (decimal): -12184952 or 8917574. OLE color: 8917574.

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

Color convert

RGB 70 18 136 -
CMYK 0.49 0.87 0 0.47
HSL 266.44º 0.77% 0.3% -
HSV(B) 266.44º 0.87% 0.53% -
XYZ 7.19 3.51 23.59 -
YUV 47 178.23 144.41 -
System Red Green Blue C M Y K H S L
Decimal 70 18 136 0.49 0.87 0 0.47 266.44 0.77 0.3
Hex 46 12 88 31 57 0 2F 10A 4D 1E
Octal 106 22 210 61 127 0 57 412 115 36
Binary 1000110 10010 10001000 110001 1010111 0 101111 100001010 1001101 11110

Color Harmonies of #461288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461288

Black with #461288

Text Example


Text Example

White with #461288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461288; }

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

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

background-color css

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

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

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

border-color css

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

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

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