Html Css Color HEX #450291 Indigo

📋 copy color: '#450291'

red 69 ◦ green 2 ◦ blue 145

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

Shades of Indigo #450291

Tints of Indigo #450291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 31.94%
G = 0.93%
B = 67.13%

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

#450291 (or 0x450291) is known color: Indigo. HEX triplet: 45, 02 and 91. RGB value is (69,2,145). Sum of RGB (Red+Green+Blue) = 69+2+145=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #450291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450291 is #BAFD6E. Grayscale: #252525. Windows color (decimal): -12254575 or 9503301. OLE color: 9503301.

HSL color Cylindrical-coordinate representation of color #450291: hue angle of 268.11º degrees, saturation: 0.97, 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 #450291 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 2 145 -
CMYK 0.52 0.99 0 0.43
HSL 268.11º 0.97% 0.29% -
HSV(B) 268.11º 0.99% 0.57% -
XYZ 7.59 3.35 27.04 -
YUV 38.34 188.2 149.87 -
System Red Green Blue C M Y K H S L
Decimal 69 2 145 0.52 0.99 0 0.43 268.11 0.97 0.29
Hex 45 2 91 34 63 0 2B 10C 61 1D
Octal 105 2 221 64 143 0 53 414 141 35
Binary 1000101 10 10010001 110100 1100011 0 101011 100001100 1100001 11101

Color Harmonies of #450291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450291

Black with #450291

Text Example


Text Example

White with #450291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450291; }

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

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

background-color css

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

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

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

border-color css

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

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

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