Html Css Color HEX #45129B Indigo

📋 copy color: '#45129B'

red 69 ◦ green 18 ◦ blue 155

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

Shades of Indigo #45129B

Tints of Indigo #45129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.05%

R = 28.51%
G = 7.44%
B = 64.05%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45129B (or 0x45129B) is known color: Indigo. HEX triplet: 45, 12 and 9B. RGB value is (69,18,155). Sum of RGB (Red+Green+Blue) = 69+18+155=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #45129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45129B is #BAED64. Grayscale: #303030. Windows color (decimal): -12250469 or 10162757. OLE color: 10162757.

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

Color convert

RGB 69 18 155 -
CMYK 0.55 0.88 0 0.39
HSL 262.34º 0.79% 0.34% -
HSV(B) 262.34º 0.88% 0.61% -
XYZ 8.59 4.06 31.34 -
YUV 48.87 187.9 142.36 -
System Red Green Blue C M Y K H S L
Decimal 69 18 155 0.55 0.88 0 0.39 262.34 0.79 0.34
Hex 45 12 9B 37 58 0 27 106 4F 22
Octal 105 22 233 67 130 0 47 406 117 42
Binary 1000101 10010 10011011 110111 1011000 0 100111 100000110 1001111 100010

Color Harmonies of #45129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45129B

Black with #45129B

Text Example


Text Example

White with #45129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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