Html Css Color HEX #460588 Indigo

📋 copy color: '#460588'

red 70 ◦ green 5 ◦ blue 136

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

Shades of Indigo #460588

Tints of Indigo #460588

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

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

R = 33.18%
G = 2.37%
B = 64.45%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#460588 (or 0x460588) is known color: Indigo. HEX triplet: 46, 05 and 88. RGB value is (70,5,136). Sum of RGB (Red+Green+Blue) = 70+5+136=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 136 (53.52% from 255 or 64.45% from 211); Max value from RGB is 136 - color contains mainly: blue. Hex color #460588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460588 is #B9FA77. Grayscale: #262626. Windows color (decimal): -12188280 or 8914246. OLE color: 8914246.

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

Color convert

RGB 70 5 136 -
CMYK 0.49 0.96 0 0.47
HSL 269.77º 0.93% 0.28% -
HSV(B) 269.77º 0.96% 0.53% -
XYZ 7.02 3.19 23.54 -
YUV 39.37 182.53 149.85 -
System Red Green Blue C M Y K H S L
Decimal 70 5 136 0.49 0.96 0 0.47 269.77 0.93 0.28
Hex 46 5 88 31 60 0 2F 10E 5D 1C
Octal 106 5 210 61 140 0 57 416 135 34
Binary 1000110 101 10001000 110001 1100000 0 101111 100001110 1011101 11100

Color Harmonies of #460588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460588

Black with #460588

Text Example


Text Example

White with #460588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460588; }

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

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

background-color css

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

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

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

border-color css

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

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

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