Html Css Color HEX #450190 Indigo

📋 copy color: '#450190'

red 69 ◦ green 1 ◦ blue 144

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

Shades of Indigo #450190

Tints of Indigo #450190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.29%

R = 32.24%
G = 0.47%
B = 67.29%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#450190 (or 0x450190) is known color: Indigo. HEX triplet: 45, 01 and 90. RGB value is (69,1,144). Sum of RGB (Red+Green+Blue) = 69+1+144=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #450190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450190 is #BAFE6F. Grayscale: #252525. Windows color (decimal): -12254832 or 9437509. OLE color: 9437509.

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

Color convert

RGB 69 1 144 -
CMYK 0.52 0.99 0 0.44
HSL 268.53º 0.99% 0.28% -
HSV(B) 268.53º 0.99% 0.56% -
XYZ 7.5 3.3 26.63 -
YUV 37.63 188.03 150.37 -
System Red Green Blue C M Y K H S L
Decimal 69 1 144 0.52 0.99 0 0.44 268.53 0.99 0.28
Hex 45 1 90 34 63 0 2C 10D 63 1C
Octal 105 1 220 64 143 0 54 415 143 34
Binary 1000101 1 10010000 110100 1100011 0 101100 100001101 1100011 11100

Color Harmonies of #450190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450190

Black with #450190

Text Example


Text Example

White with #450190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450190; }

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

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

background-color css

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

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

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

border-color css

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

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

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