Html Css Color HEX #45149D Indigo

📋 copy color: '#45149D'

red 69 ◦ green 20 ◦ blue 157

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

Shades of Indigo #45149D

Tints of Indigo #45149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.13%

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

R = 28.05%
G = 8.13%
B = 63.82%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#45149D (or 0x45149D) is known color: Indigo. HEX triplet: 45, 14 and 9D. RGB value is (69,20,157). Sum of RGB (Red+Green+Blue) = 69+20+157=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #45149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45149D is #BAEB62. Grayscale: #313131. Windows color (decimal): -12249955 or 10294341. OLE color: 10294341.

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

Color convert

RGB 69 20 157 -
CMYK 0.56 0.87 0 0.38
HSL 261.46º 0.77% 0.35% -
HSV(B) 261.46º 0.87% 0.62% -
XYZ 8.79 4.2 32.25 -
YUV 50.27 188.23 141.36 -
System Red Green Blue C M Y K H S L
Decimal 69 20 157 0.56 0.87 0 0.38 261.46 0.77 0.35
Hex 45 14 9D 38 57 0 26 105 4D 23
Octal 105 24 235 70 127 0 46 405 115 43
Binary 1000101 10100 10011101 111000 1010111 0 100110 100000101 1001101 100011

Color Harmonies of #45149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45149D

Black with #45149D

Text Example


Text Example

White with #45149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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