Html Css Color HEX #45127C Indigo

📋 copy color: '#45127C'

red 69 ◦ green 18 ◦ blue 124

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

Shades of Indigo #45127C

Tints of Indigo #45127C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.77%

R = 32.7%
G = 8.53%
B = 58.77%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45127C (or 0x45127C) is known color: Indigo. HEX triplet: 45, 12 and 7C. RGB value is (69,18,124). Sum of RGB (Red+Green+Blue) = 69+18+124=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #45127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45127C is #BAED83. Grayscale: #2C2C2C. Windows color (decimal): -12250500 or 8131141. OLE color: 8131141.

HSL color Cylindrical-coordinate representation of color #45127C: hue angle of 268.87º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45127C is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 18 124 -
CMYK 0.44 0.85 0 0.51
HSL 268.87º 0.75% 0.28% -
HSV(B) 268.87º 0.85% 0.49% -
XYZ 6.31 3.15 19.34 -
YUV 45.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 69 18 124 0.44 0.85 0 0.51 268.87 0.75 0.28
Hex 45 12 7C 2C 55 0 33 10D 4B 1C
Octal 105 22 174 54 125 0 63 415 113 34
Binary 1000101 10010 1111100 101100 1010101 0 110011 100001101 1001011 11100

Color Harmonies of #45127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45127C

Black with #45127C

Text Example


Text Example

White with #45127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45127C; }

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

 H1.HeaderClassName
 {
   color: #45127C;
 }
 .AnyTagClassName
 {
   color: #45127C;
 }
</style>

background-color css

<style>
 a { background-color: #45127C; }

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

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

border-color css

<style>
 span { border-color: #45127C; }

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

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