Html Css Color HEX #450DA1 Indigo

📋 copy color: '#450DA1'

red 69 ◦ green 13 ◦ blue 161

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

Shades of Indigo #450DA1

Tints of Indigo #450DA1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.35%

 BLUE value IS 161 (63.28% from 255) = 66.26%

R = 28.4%
G = 5.35%
B = 66.26%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#450DA1 (or 0x450DA1) is known color: Indigo. HEX triplet: 45, 0D and A1. RGB value is (69,13,161). Sum of RGB (Red+Green+Blue) = 69+13+161=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 161 (63.28% from 255 or 66.26% from 243); Max value from RGB is 161 - color contains mainly: blue. Hex color #450DA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450DA1 is #BAF25E. Grayscale: #2E2E2E. Windows color (decimal): -12251743 or 10554693. OLE color: 10554693.

HSL color Cylindrical-coordinate representation of color #450DA1: hue angle of 262.7º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450DA1 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 69 13 161 -
CMYK 0.57 0.92 0 0.37
HSL 262.7º 0.85% 0.34% -
HSV(B) 262.7º 0.92% 0.63% -
XYZ 9.03 4.13 34.04 -
YUV 46.62 192.55 143.97 -
System Red Green Blue C M Y K H S L
Decimal 69 13 161 0.57 0.92 0 0.37 262.7 0.85 0.34
Hex 45 D A1 39 5C 0 25 107 55 22
Octal 105 15 241 71 134 0 45 407 125 42
Binary 1000101 1101 10100001 111001 1011100 0 100101 100000111 1010101 100010

Color Harmonies of #450DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450DA1

Black with #450DA1

Text Example


Text Example

White with #450DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450DA1; }

 p { color: rgb(69,13,161); }

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

background-color css

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

 a { background-color: rgb(69,13,161); }

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

border-color css

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

 span { border-color: rgb(69,13,161); }

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