Html Css Color HEX #45129A Indigo

📋 copy color: '#45129A'

red 69 ◦ green 18 ◦ blue 154

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

Shades of Indigo #45129A

Tints of Indigo #45129A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.9%

R = 28.63%
G = 7.47%
B = 63.9%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#45129A (or 0x45129A) is known color: Indigo. HEX triplet: 45, 12 and 9A. RGB value is (69,18,154). Sum of RGB (Red+Green+Blue) = 69+18+154=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #45129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45129A is #BAED65. Grayscale: #303030. Windows color (decimal): -12250470 or 10097221. OLE color: 10097221.

HSL color Cylindrical-coordinate representation of color #45129A: hue angle of 262.5º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45129A is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 69 18 154 -
CMYK 0.55 0.88 0 0.40
HSL 262.5º 0.79% 0.34% -
HSV(B) 262.5º 0.88% 0.6% -
XYZ 8.5 4.03 30.9 -
YUV 48.75 187.4 142.44 -
System Red Green Blue C M Y K H S L
Decimal 69 18 154 0.55 0.88 0 0.40 262.5 0.79 0.34
Hex 45 12 9A 37 58 0 28 106 4F 22
Octal 105 22 232 67 130 0 50 406 117 42
Binary 1000101 10010 10011010 110111 1011000 0 101000 100000110 1001111 100010

Color Harmonies of #45129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45129A

Black with #45129A

Text Example


Text Example

White with #45129A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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