Html Css Color HEX #45129E Indigo

📋 copy color: '#45129E'

red 69 ◦ green 18 ◦ blue 158

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

Shades of Indigo #45129E

Tints of Indigo #45129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

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

R = 28.16%
G = 7.35%
B = 64.49%

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

#45129E (or 0x45129E) is known color: Indigo. HEX triplet: 45, 12 and 9E. RGB value is (69,18,158). Sum of RGB (Red+Green+Blue) = 69+18+158=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #45129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45129E is #BAED61. Grayscale: #303030. Windows color (decimal): -12250466 or 10359365. OLE color: 10359365.

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

Color convert

RGB 69 18 158 -
CMYK 0.56 0.89 0 0.38
HSL 261.86º 0.8% 0.35% -
HSV(B) 261.86º 0.89% 0.62% -
XYZ 8.84 4.17 32.69 -
YUV 49.21 189.4 142.12 -
System Red Green Blue C M Y K H S L
Decimal 69 18 158 0.56 0.89 0 0.38 261.86 0.8 0.35
Hex 45 12 9E 38 59 0 26 106 50 23
Octal 105 22 236 70 131 0 46 406 120 43
Binary 1000101 10010 10011110 111000 1011001 0 100110 100000110 1010000 100011

Color Harmonies of #45129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45129E

Black with #45129E

Text Example


Text Example

White with #45129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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