Html Css Color HEX #450191 Indigo

📋 copy color: '#450191'

red 69 ◦ green 1 ◦ blue 145

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

Shades of Indigo #450191

Tints of Indigo #450191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 145 (57.03% from 255) = 67.44%

R = 32.09%
G = 0.47%
B = 67.44%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#450191 (or 0x450191) is known color: Indigo. HEX triplet: 45, 01 and 91. RGB value is (69,1,145). Sum of RGB (Red+Green+Blue) = 69+1+145=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #450191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450191 is #BAFE6E. Grayscale: #252525. Windows color (decimal): -12254831 or 9503045. OLE color: 9503045.

HSL color Cylindrical-coordinate representation of color #450191: hue angle of 268.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450191 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 1 145 -
CMYK 0.52 0.99 0 0.43
HSL 268.33º 0.99% 0.29% -
HSV(B) 268.33º 0.99% 0.57% -
XYZ 7.58 3.33 27.03 -
YUV 37.75 188.53 150.29 -
System Red Green Blue C M Y K H S L
Decimal 69 1 145 0.52 0.99 0 0.43 268.33 0.99 0.29
Hex 45 1 91 34 63 0 2B 10C 63 1D
Octal 105 1 221 64 143 0 53 414 143 35
Binary 1000101 1 10010001 110100 1100011 0 101011 100001100 1100011 11101

Color Harmonies of #450191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450191

Black with #450191

Text Example


Text Example

White with #450191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450191; }

 p { color: rgb(69,1,145); }

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

background-color css

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

 a { background-color: rgb(69,1,145); }

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

border-color css

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

 span { border-color: rgb(69,1,145); }

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