Html Css Color HEX #451195 Indigo

📋 copy color: '#451195'

red 69 ◦ green 17 ◦ blue 149

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

Shades of Indigo #451195

Tints of Indigo #451195

RGB

 RED value IS 69 (27.34% from 255) = 29.36%

 GREEN value IS 17 (7.03% from 255) = 7.23%

 BLUE value IS 149 (58.59% from 255) = 63.4%

R = 29.36%
G = 7.23%
B = 63.4%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#451195 (or 0x451195) is known color: Indigo. HEX triplet: 45, 11 and 95. RGB value is (69,17,149). Sum of RGB (Red+Green+Blue) = 69+17+149=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #451195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451195 is #BAEE6A. Grayscale: #2F2F2F. Windows color (decimal): -12250731 or 9769285. OLE color: 9769285.

HSL color Cylindrical-coordinate representation of color #451195: hue angle of 263.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #451195 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 17 149 -
CMYK 0.54 0.89 0 0.42
HSL 263.64º 0.8% 0.33% -
HSV(B) 263.64º 0.89% 0.58% -
XYZ 8.08 3.84 28.75 -
YUV 47.6 185.23 143.27 -
System Red Green Blue C M Y K H S L
Decimal 69 17 149 0.54 0.89 0 0.42 263.64 0.8 0.33
Hex 45 11 95 36 59 0 2A 108 50 21
Octal 105 21 225 66 131 0 52 410 120 41
Binary 1000101 10001 10010101 110110 1011001 0 101010 100001000 1010000 100001

Color Harmonies of #451195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451195

Black with #451195

Text Example


Text Example

White with #451195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451195; }

 p { color: rgb(69,17,149); }

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

background-color css

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

 a { background-color: rgb(69,17,149); }

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

border-color css

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

 span { border-color: rgb(69,17,149); }

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