Html Css Color HEX #451290 Indigo

📋 copy color: '#451290'

red 69 ◦ green 18 ◦ blue 144

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

Shades of Indigo #451290

Tints of Indigo #451290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.79%

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

R = 29.87%
G = 7.79%
B = 62.34%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#451290 (or 0x451290) is known color: Indigo. HEX triplet: 45, 12 and 90. RGB value is (69,18,144). Sum of RGB (Red+Green+Blue) = 69+18+144=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #451290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451290 is #BAED6F. Grayscale: #2F2F2F. Windows color (decimal): -12250480 or 9441861. OLE color: 9441861.

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

Color convert

RGB 69 18 144 -
CMYK 0.52 0.88 0 0.44
HSL 264.29º 0.78% 0.32% -
HSV(B) 264.29º 0.88% 0.56% -
XYZ 7.7 3.71 26.7 -
YUV 47.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 69 18 144 0.52 0.88 0 0.44 264.29 0.78 0.32
Hex 45 12 90 34 58 0 2C 108 4E 20
Octal 105 22 220 64 130 0 54 410 116 40
Binary 1000101 10010 10010000 110100 1011000 0 101100 100001000 1001110 100000

Color Harmonies of #451290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451290

Black with #451290

Text Example


Text Example

White with #451290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451290; }

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

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

background-color css

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

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

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

border-color css

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

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

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