Html Css Color HEX #461075 Indigo

📋 copy color: '#461075'

red 70 ◦ green 16 ◦ blue 117

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

Shades of Indigo #461075

Tints of Indigo #461075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 117 (46.09% from 255) = 57.64%

R = 34.48%
G = 7.88%
B = 57.64%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#461075 (or 0x461075) is known color: Indigo. HEX triplet: 46, 10 and 75. RGB value is (70,16,117). Sum of RGB (Red+Green+Blue) = 70+16+117=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #461075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461075 is #B9EF8A. Grayscale: #2B2B2B. Windows color (decimal): -12185483 or 7671878. OLE color: 7671878.

HSL color Cylindrical-coordinate representation of color #461075: hue angle of 272.08º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461075 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 16 117 -
CMYK 0.40 0.86 0 0.54
HSL 272.08º 0.76% 0.26% -
HSV(B) 272.08º 0.86% 0.46% -
XYZ 5.92 2.96 17.09 -
YUV 43.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 70 16 117 0.40 0.86 0 0.54 272.08 0.76 0.26
Hex 46 10 75 28 56 0 36 110 4C 1A
Octal 106 20 165 50 126 0 66 420 114 32
Binary 1000110 10000 1110101 101000 1010110 0 110110 100010000 1001100 11010

Color Harmonies of #461075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461075

Black with #461075

Text Example


Text Example

White with #461075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461075; }

 p { color: rgb(70,16,117); }

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

background-color css

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

 a { background-color: rgb(70,16,117); }

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

border-color css

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

 span { border-color: rgb(70,16,117); }

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