Html Css Color HEX #45078F Indigo

📋 copy color: '#45078F'

red 69 ◦ green 7 ◦ blue 143

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

Shades of Indigo #45078F

Tints of Indigo #45078F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

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

R = 31.51%
G = 3.2%
B = 65.3%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#45078F (or 0x45078F) is known color: Indigo. HEX triplet: 45, 07 and 8F. RGB value is (69,7,143). Sum of RGB (Red+Green+Blue) = 69+7+143=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 143 (56.25% from 255 or 65.30% from 219); Max value from RGB is 143 - color contains mainly: blue. Hex color #45078F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45078F is #BAF870. Grayscale: #282828. Windows color (decimal): -12253297 or 9373509. OLE color: 9373509.

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

Color convert

RGB 69 7 143 -
CMYK 0.52 0.95 0 0.44
HSL 267.35º 0.91% 0.29% -
HSV(B) 267.35º 0.95% 0.56% -
XYZ 7.49 3.4 26.25 -
YUV 41.04 185.54 147.94 -
System Red Green Blue C M Y K H S L
Decimal 69 7 143 0.52 0.95 0 0.44 267.35 0.91 0.29
Hex 45 7 8F 34 5F 0 2C 10B 5B 1D
Octal 105 7 217 64 137 0 54 413 133 35
Binary 1000101 111 10001111 110100 1011111 0 101100 100001011 1011011 11101

Color Harmonies of #45078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45078F

Black with #45078F

Text Example


Text Example

White with #45078F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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