Html Css Color HEX #460372 Indigo

📋 copy color: '#460372'

red 70 ◦ green 3 ◦ blue 114

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

Shades of Indigo #460372

Tints of Indigo #460372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 37.43%
G = 1.6%
B = 60.96%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460372 (or 0x460372) is known color: Indigo. HEX triplet: 46, 03 and 72. RGB value is (70,3,114). Sum of RGB (Red+Green+Blue) = 70+3+114=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #460372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460372 is #B9FC8D. Grayscale: #232323. Windows color (decimal): -12188814 or 7471942. OLE color: 7471942.

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

Color convert

RGB 70 3 114 -
CMYK 0.39 0.97 0 0.55
HSL 276.22º 0.95% 0.23% -
HSV(B) 276.22º 0.97% 0.45% -
XYZ 5.6 2.58 16.12 -
YUV 35.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 70 3 114 0.39 0.97 0 0.55 276.22 0.95 0.23
Hex 46 3 72 27 61 0 37 114 5F 17
Octal 106 3 162 47 141 0 67 424 137 27
Binary 1000110 11 1110010 100111 1100001 0 110111 100010100 1011111 10111

Color Harmonies of #460372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460372

Black with #460372

Text Example


Text Example

White with #460372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460372; }

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

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

background-color css

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

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

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

border-color css

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

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

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