Html Css Color HEX #451095 Indigo

📋 copy color: '#451095'

red 69 ◦ green 16 ◦ blue 149

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

Shades of Indigo #451095

Tints of Indigo #451095

RGB

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

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

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

R = 29.49%
G = 6.84%
B = 63.68%

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

#451095 (or 0x451095) is known color: Indigo. HEX triplet: 45, 10 and 95. RGB value is (69,16,149). Sum of RGB (Red+Green+Blue) = 69+16+149=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #451095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451095 is #BAEF6A. Grayscale: #2E2E2E. Windows color (decimal): -12250987 or 9769029. OLE color: 9769029.

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

Color convert

RGB 69 16 149 -
CMYK 0.54 0.89 0 0.42
HSL 263.91º 0.81% 0.32% -
HSV(B) 263.91º 0.89% 0.58% -
XYZ 8.06 3.81 28.74 -
YUV 47.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 69 16 149 0.54 0.89 0 0.42 263.91 0.81 0.32
Hex 45 10 95 36 59 0 2A 108 51 20
Octal 105 20 225 66 131 0 52 410 121 40
Binary 1000101 10000 10010101 110110 1011001 0 101010 100001000 1010001 100000

Color Harmonies of #451095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451095

Black with #451095

Text Example


Text Example

White with #451095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451095; }

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

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

background-color css

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

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

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

border-color css

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

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

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