Html Css Color HEX #461372 Indigo

📋 copy color: '#461372'

red 70 ◦ green 19 ◦ blue 114

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

Shades of Indigo #461372

Tints of Indigo #461372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 34.48%
G = 9.36%
B = 56.16%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#461372 (or 0x461372) is known color: Indigo. HEX triplet: 46, 13 and 72. RGB value is (70,19,114). Sum of RGB (Red+Green+Blue) = 70+19+114=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #461372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461372 is #B9EC8D. Grayscale: #2C2C2C. Windows color (decimal): -12184718 or 7476038. OLE color: 7476038.

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

Color convert

RGB 70 19 114 -
CMYK 0.39 0.83 0 0.55
HSL 272.21º 0.71% 0.26% -
HSV(B) 272.21º 0.83% 0.45% -
XYZ 5.8 2.98 16.19 -
YUV 45.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 70 19 114 0.39 0.83 0 0.55 272.21 0.71 0.26
Hex 46 13 72 27 53 0 37 110 47 1A
Octal 106 23 162 47 123 0 67 420 107 32
Binary 1000110 10011 1110010 100111 1010011 0 110111 100010000 1000111 11010

Color Harmonies of #461372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461372

Black with #461372

Text Example


Text Example

White with #461372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461372; }

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

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

background-color css

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

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

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

border-color css

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

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

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