Html Css Color HEX #460374 Indigo

📋 copy color: '#460374'

red 70 ◦ green 3 ◦ blue 116

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

Shades of Indigo #460374

Tints of Indigo #460374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 61.38%

R = 37.04%
G = 1.59%
B = 61.38%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460374 (or 0x460374) is known color: Indigo. HEX triplet: 46, 03 and 74. RGB value is (70,3,116). Sum of RGB (Red+Green+Blue) = 70+3+116=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #460374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460374 is #B9FC8B. Grayscale: #232323. Windows color (decimal): -12188812 or 7603014. OLE color: 7603014.

HSL color Cylindrical-coordinate representation of color #460374: hue angle of 275.58º 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 #460374 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 3 116 -
CMYK 0.40 0.97 0 0.55
HSL 275.58º 0.95% 0.23% -
HSV(B) 275.58º 0.97% 0.45% -
XYZ 5.71 2.63 16.73 -
YUV 35.92 173.2 152.31 -
System Red Green Blue C M Y K H S L
Decimal 70 3 116 0.40 0.97 0 0.55 275.58 0.95 0.23
Hex 46 3 74 28 61 0 37 114 5F 17
Octal 106 3 164 50 141 0 67 424 137 27
Binary 1000110 11 1110100 101000 1100001 0 110111 100010100 1011111 10111

Color Harmonies of #460374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460374

Black with #460374

Text Example


Text Example

White with #460374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460374; }

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

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

background-color css

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

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

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

border-color css

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

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

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