Html Css Color HEX #45147E Indigo

📋 copy color: '#45147E'

red 69 ◦ green 20 ◦ blue 126

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

Shades of Indigo #45147E

Tints of Indigo #45147E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 58.6%

R = 32.09%
G = 9.3%
B = 58.6%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45147E (or 0x45147E) is known color: Indigo. HEX triplet: 45, 14 and 7E. RGB value is (69,20,126). Sum of RGB (Red+Green+Blue) = 69+20+126=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #45147E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45147E is #BAEB81. Grayscale: #2E2E2E. Windows color (decimal): -12249986 or 8262725. OLE color: 8262725.

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

Color convert

RGB 69 20 126 -
CMYK 0.45 0.84 0 0.51
HSL 267.74º 0.73% 0.29% -
HSV(B) 267.74º 0.84% 0.49% -
XYZ 6.47 3.27 20.03 -
YUV 46.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 69 20 126 0.45 0.84 0 0.51 267.74 0.73 0.29
Hex 45 14 7E 2D 54 0 33 10C 49 1D
Octal 105 24 176 55 124 0 63 414 111 35
Binary 1000101 10100 1111110 101101 1010100 0 110011 100001100 1001001 11101

Color Harmonies of #45147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45147E

Black with #45147E

Text Example


Text Example

White with #45147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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