Html Css Color HEX #460072 Indigo

📋 copy color: '#460072'

red 70 ◦ green 0 ◦ blue 114

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

Shades of Indigo #460072

Tints of Indigo #460072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.04%
G = 0%
B = 61.96%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460072 (or 0x460072) is known color: Indigo. HEX triplet: 46, 00 and 72. RGB value is (70,0,114). Sum of RGB (Red+Green+Blue) = 70+0+114=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #460072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460072 is #B9FF8D. Grayscale: #212121. Windows color (decimal): -12189582 or 7471174. OLE color: 7471174.

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

Color convert

RGB 70 0 114 -
CMYK 0.39 1 0 0.55
HSL 276.84º 1% 0.22% -
HSV(B) 276.84º 1% 0.45% -
XYZ 5.56 2.52 16.11 -
YUV 33.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 70 0 114 0.39 1 0 0.55 276.84 1 0.22
Hex 46 0 72 27 64 0 37 115 64 16
Octal 106 0 162 47 144 0 67 425 144 26
Binary 1000110 0 1110010 100111 1100100 0 110111 100010101 1100100 10110

Color Harmonies of #460072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460072

Black with #460072

Text Example


Text Example

White with #460072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460072; }

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

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

background-color css

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

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

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

border-color css

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

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

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