Html Css Color HEX #45138F Indigo

📋 copy color: '#45138F'

red 69 ◦ green 19 ◦ blue 143

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

Shades of Indigo #45138F

Tints of Indigo #45138F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.23%

 BLUE value IS 143 (56.25% from 255) = 61.9%

R = 29.87%
G = 8.23%
B = 61.9%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#45138F (or 0x45138F) is known color: Indigo. HEX triplet: 45, 13 and 8F. RGB value is (69,19,143). Sum of RGB (Red+Green+Blue) = 69+19+143=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #45138F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45138F is #BAEC70. Grayscale: #2F2F2F. Windows color (decimal): -12250225 or 9376581. OLE color: 9376581.

HSL color Cylindrical-coordinate representation of color #45138F: hue angle of 264.19º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45138F is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 19 143 -
CMYK 0.52 0.87 0 0.44
HSL 264.19º 0.77% 0.32% -
HSV(B) 264.19º 0.87% 0.56% -
XYZ 7.65 3.71 26.3 -
YUV 48.09 181.57 142.92 -
System Red Green Blue C M Y K H S L
Decimal 69 19 143 0.52 0.87 0 0.44 264.19 0.77 0.32
Hex 45 13 8F 34 57 0 2C 108 4D 20
Octal 105 23 217 64 127 0 54 410 115 40
Binary 1000101 10011 10001111 110100 1010111 0 101100 100001000 1001101 100000

Color Harmonies of #45138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45138F

Black with #45138F

Text Example


Text Example

White with #45138F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,19,143); }

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

background-color css

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

 a { background-color: rgb(69,19,143); }

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

border-color css

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

 span { border-color: rgb(69,19,143); }

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