Html Css Color HEX #45119D Indigo

📋 copy color: '#45119D'

red 69 ◦ green 17 ◦ blue 157

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

Shades of Indigo #45119D

Tints of Indigo #45119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7%

 BLUE value IS 157 (61.72% from 255) = 64.61%

R = 28.4%
G = 7%
B = 64.61%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#45119D (or 0x45119D) is known color: Indigo. HEX triplet: 45, 11 and 9D. RGB value is (69,17,157). Sum of RGB (Red+Green+Blue) = 69+17+157=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #45119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45119D is #BAEE62. Grayscale: #303030. Windows color (decimal): -12250723 or 10293573. OLE color: 10293573.

HSL color Cylindrical-coordinate representation of color #45119D: hue angle of 262.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #45119D is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 17 157 -
CMYK 0.56 0.89 0 0.38
HSL 262.29º 0.8% 0.34% -
HSV(B) 262.29º 0.89% 0.62% -
XYZ 8.74 4.1 32.23 -
YUV 48.51 189.23 142.62 -
System Red Green Blue C M Y K H S L
Decimal 69 17 157 0.56 0.89 0 0.38 262.29 0.8 0.34
Hex 45 11 9D 38 59 0 26 106 50 22
Octal 105 21 235 70 131 0 46 406 120 42
Binary 1000101 10001 10011101 111000 1011001 0 100110 100000110 1010000 100010

Color Harmonies of #45119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45119D

Black with #45119D

Text Example


Text Example

White with #45119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45119D; }

 p { color: rgb(69,17,157); }

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

background-color css

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

 a { background-color: rgb(69,17,157); }

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

border-color css

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

 span { border-color: rgb(69,17,157); }

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