Html Css Color HEX #45147F Indigo

📋 copy color: '#45147F'

red 69 ◦ green 20 ◦ blue 127

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

Shades of Indigo #45147F

Tints of Indigo #45147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

 BLUE value IS 127 (50% from 255) = 58.8%

R = 31.94%
G = 9.26%
B = 58.8%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#45147F (or 0x45147F) is known color: Indigo. HEX triplet: 45, 14 and 7F. RGB value is (69,20,127). Sum of RGB (Red+Green+Blue) = 69+20+127=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #45147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45147F is #BAEB80. Grayscale: #2E2E2E. Windows color (decimal): -12249985 or 8328261. OLE color: 8328261.

HSL color Cylindrical-coordinate representation of color #45147F: hue angle of 267.48º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45147F is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 20 127 -
CMYK 0.46 0.84 0 0.50
HSL 267.48º 0.73% 0.29% -
HSV(B) 267.48º 0.84% 0.5% -
XYZ 6.54 3.3 20.37 -
YUV 46.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 69 20 127 0.46 0.84 0 0.50 267.48 0.73 0.29
Hex 45 14 7F 2E 54 0 32 10B 49 1D
Octal 105 24 177 56 124 0 62 413 111 35
Binary 1000101 10100 1111111 101110 1010100 0 110010 100001011 1001001 11101

Color Harmonies of #45147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45147F

Black with #45147F

Text Example


Text Example

White with #45147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,20,127); }

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

background-color css

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

 a { background-color: rgb(69,20,127); }

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

border-color css

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

 span { border-color: rgb(69,20,127); }

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