Html Css Color HEX #45139D Indigo

📋 copy color: '#45139D'

red 69 ◦ green 19 ◦ blue 157

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

Shades of Indigo #45139D

Tints of Indigo #45139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

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

R = 28.16%
G = 7.76%
B = 64.08%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#45139D (or 0x45139D) is known color: Indigo. HEX triplet: 45, 13 and 9D. RGB value is (69,19,157). Sum of RGB (Red+Green+Blue) = 69+19+157=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #45139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45139D is #BAEC62. Grayscale: #313131. Windows color (decimal): -12250211 or 10294085. OLE color: 10294085.

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

Color convert

RGB 69 19 157 -
CMYK 0.56 0.88 0 0.38
HSL 261.74º 0.78% 0.35% -
HSV(B) 261.74º 0.88% 0.62% -
XYZ 8.77 4.17 32.24 -
YUV 49.68 188.57 141.78 -
System Red Green Blue C M Y K H S L
Decimal 69 19 157 0.56 0.88 0 0.38 261.74 0.78 0.35
Hex 45 13 9D 38 58 0 26 106 4E 23
Octal 105 23 235 70 130 0 46 406 116 43
Binary 1000101 10011 10011101 111000 1011000 0 100110 100000110 1001110 100011

Color Harmonies of #45139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45139D

Black with #45139D

Text Example


Text Example

White with #45139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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