Html Css Color HEX #45117C Indigo

📋 copy color: '#45117C'

red 69 ◦ green 17 ◦ blue 124

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

Shades of Indigo #45117C

Tints of Indigo #45117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.1%

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

R = 32.86%
G = 8.1%
B = 59.05%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45117C (or 0x45117C) is known color: Indigo. HEX triplet: 45, 11 and 7C. RGB value is (69,17,124). Sum of RGB (Red+Green+Blue) = 69+17+124=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #45117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45117C is #BAEE83. Grayscale: #2C2C2C. Windows color (decimal): -12250756 or 8130885. OLE color: 8130885.

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

Color convert

RGB 69 17 124 -
CMYK 0.44 0.86 0 0.51
HSL 269.16º 0.76% 0.28% -
HSV(B) 269.16º 0.86% 0.49% -
XYZ 6.29 3.12 19.34 -
YUV 44.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 69 17 124 0.44 0.86 0 0.51 269.16 0.76 0.28
Hex 45 11 7C 2C 56 0 33 10D 4C 1C
Octal 105 21 174 54 126 0 63 415 114 34
Binary 1000101 10001 1111100 101100 1010110 0 110011 100001101 1001100 11100

Color Harmonies of #45117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45117C

Black with #45117C

Text Example


Text Example

White with #45117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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