Html Css Color HEX #45139E Indigo

📋 copy color: '#45139E'

red 69 ◦ green 19 ◦ blue 158

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

Shades of Indigo #45139E

Tints of Indigo #45139E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 64.23%

R = 28.05%
G = 7.72%
B = 64.23%

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

#45139E (or 0x45139E) is known color: Indigo. HEX triplet: 45, 13 and 9E. RGB value is (69,19,158). Sum of RGB (Red+Green+Blue) = 69+19+158=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #45139E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45139E is #BAEC61. Grayscale: #313131. Windows color (decimal): -12250210 or 10359621. OLE color: 10359621.

HSL color Cylindrical-coordinate representation of color #45139E: hue angle of 261.58º degrees, saturation: 0.79, 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 #45139E is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 19 158 -
CMYK 0.56 0.88 0 0.38
HSL 261.58º 0.79% 0.35% -
HSV(B) 261.58º 0.88% 0.62% -
XYZ 8.86 4.2 32.69 -
YUV 49.8 189.07 141.7 -
System Red Green Blue C M Y K H S L
Decimal 69 19 158 0.56 0.88 0 0.38 261.58 0.79 0.35
Hex 45 13 9E 38 58 0 26 106 4F 23
Octal 105 23 236 70 130 0 46 406 117 43
Binary 1000101 10011 10011110 111000 1011000 0 100110 100000110 1001111 100011

Color Harmonies of #45139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45139E

Black with #45139E

Text Example


Text Example

White with #45139E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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