Html Css Color HEX #461588 Indigo

📋 copy color: '#461588'

red 70 ◦ green 21 ◦ blue 136

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

Shades of Indigo #461588

Tints of Indigo #461588

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

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

R = 30.84%
G = 9.25%
B = 59.91%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#461588 (or 0x461588) is known color: Indigo. HEX triplet: 46, 15 and 88. RGB value is (70,21,136). Sum of RGB (Red+Green+Blue) = 70+21+136=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #461588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461588 is #B9EA77. Grayscale: #303030. Windows color (decimal): -12184184 or 8918342. OLE color: 8918342.

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

Color convert

RGB 70 21 136 -
CMYK 0.49 0.85 0 0.47
HSL 265.57º 0.73% 0.31% -
HSV(B) 265.57º 0.85% 0.53% -
XYZ 7.24 3.62 23.61 -
YUV 48.76 177.23 143.15 -
System Red Green Blue C M Y K H S L
Decimal 70 21 136 0.49 0.85 0 0.47 265.57 0.73 0.31
Hex 46 15 88 31 55 0 2F 10A 49 1F
Octal 106 25 210 61 125 0 57 412 111 37
Binary 1000110 10101 10001000 110001 1010101 0 101111 100001010 1001001 11111

Color Harmonies of #461588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461588

Black with #461588

Text Example


Text Example

White with #461588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461588; }

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

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

background-color css

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

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

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

border-color css

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

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

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