Html Css Color HEX #45048E Indigo

📋 copy color: '#45048E'

red 69 ◦ green 4 ◦ blue 142

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

Shades of Indigo #45048E

Tints of Indigo #45048E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

 BLUE value IS 142 (55.86% from 255) = 66.05%

R = 32.09%
G = 1.86%
B = 66.05%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#45048E (or 0x45048E) is known color: Indigo. HEX triplet: 45, 04 and 8E. RGB value is (69,4,142). Sum of RGB (Red+Green+Blue) = 69+4+142=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 142 (55.86% from 255 or 66.05% from 215); Max value from RGB is 142 - color contains mainly: blue. Hex color #45048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45048E is #BAFB71. Grayscale: #262626. Windows color (decimal): -12254066 or 9307205. OLE color: 9307205.

HSL color Cylindrical-coordinate representation of color #45048E: hue angle of 268.26º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #45048E is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 4 142 -
CMYK 0.51 0.97 0 0.44
HSL 268.26º 0.95% 0.29% -
HSV(B) 268.26º 0.97% 0.56% -
XYZ 7.38 3.31 25.84 -
YUV 39.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 69 4 142 0.51 0.97 0 0.44 268.26 0.95 0.29
Hex 45 4 8E 33 61 0 2C 10C 5F 1D
Octal 105 4 216 63 141 0 54 414 137 35
Binary 1000101 100 10001110 110011 1100001 0 101100 100001100 1011111 11101

Color Harmonies of #45048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45048E

Black with #45048E

Text Example


Text Example

White with #45048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,4,142); }

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

background-color css

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

 a { background-color: rgb(69,4,142); }

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

border-color css

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

 span { border-color: rgb(69,4,142); }

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