Html Css Color HEX #45129F Indigo

📋 copy color: '#45129F'

red 69 ◦ green 18 ◦ blue 159

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

Shades of Indigo #45129F

Tints of Indigo #45129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 28.05%
G = 7.32%
B = 64.63%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#45129F (or 0x45129F) is known color: Indigo. HEX triplet: 45, 12 and 9F. RGB value is (69,18,159). Sum of RGB (Red+Green+Blue) = 69+18+159=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #45129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45129F is #BAED60. Grayscale: #303030. Windows color (decimal): -12250465 or 10424901. OLE color: 10424901.

HSL color Cylindrical-coordinate representation of color #45129F: hue angle of 261.7º 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 #45129F is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 18 159 -
CMYK 0.57 0.89 0 0.38
HSL 261.7º 0.8% 0.35% -
HSV(B) 261.7º 0.89% 0.62% -
XYZ 8.93 4.2 33.14 -
YUV 49.32 189.9 142.04 -
System Red Green Blue C M Y K H S L
Decimal 69 18 159 0.57 0.89 0 0.38 261.7 0.8 0.35
Hex 45 12 9F 39 59 0 26 106 50 23
Octal 105 22 237 71 131 0 46 406 120 43
Binary 1000101 10010 10011111 111001 1011001 0 100110 100000110 1010000 100011

Color Harmonies of #45129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45129F

Black with #45129F

Text Example


Text Example

White with #45129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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