Html Css Color HEX #460572 Indigo

📋 copy color: '#460572'

red 70 ◦ green 5 ◦ blue 114

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

Shades of Indigo #460572

Tints of Indigo #460572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60.32%

R = 37.04%
G = 2.65%
B = 60.32%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460572 (or 0x460572) is known color: Indigo. HEX triplet: 46, 05 and 72. RGB value is (70,5,114). Sum of RGB (Red+Green+Blue) = 70+5+114=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #460572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460572 is #B9FA8D. Grayscale: #242424. Windows color (decimal): -12188302 or 7472454. OLE color: 7472454.

HSL color Cylindrical-coordinate representation of color #460572: hue angle of 275.78º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460572 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 5 114 -
CMYK 0.39 0.96 0 0.55
HSL 275.78º 0.92% 0.23% -
HSV(B) 275.78º 0.96% 0.45% -
XYZ 5.62 2.63 16.13 -
YUV 36.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 70 5 114 0.39 0.96 0 0.55 275.78 0.92 0.23
Hex 46 5 72 27 60 0 37 114 5C 17
Octal 106 5 162 47 140 0 67 424 134 27
Binary 1000110 101 1110010 100111 1100000 0 110111 100010100 1011100 10111

Color Harmonies of #460572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460572

Black with #460572

Text Example


Text Example

White with #460572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460572; }

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

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

background-color css

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

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

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

border-color css

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

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

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