Html Css Color HEX #45078A Indigo

📋 copy color: '#45078A'

red 69 ◦ green 7 ◦ blue 138

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

Shades of Indigo #45078A

Tints of Indigo #45078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 64.49%

R = 32.24%
G = 3.27%
B = 64.49%

CMYK

 C value IS 0.5

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#45078A (or 0x45078A) is known color: Indigo. HEX triplet: 45, 07 and 8A. RGB value is (69,7,138). Sum of RGB (Red+Green+Blue) = 69+7+138=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #45078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45078A is #BAF875. Grayscale: #282828. Windows color (decimal): -12253302 or 9045829. OLE color: 9045829.

HSL color Cylindrical-coordinate representation of color #45078A: hue angle of 268.4º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #45078A is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 7 138 -
CMYK 0.5 0.95 0 0.46
HSL 268.4º 0.9% 0.28% -
HSV(B) 268.4º 0.95% 0.54% -
XYZ 7.12 3.25 24.3 -
YUV 40.47 183.04 148.35 -
System Red Green Blue C M Y K H S L
Decimal 69 7 138 0.5 0.95 0 0.46 268.4 0.9 0.28
Hex 45 7 8A 32 5F 0 2E 10C 5A 1C
Octal 105 7 212 62 137 0 56 414 132 34
Binary 1000101 111 10001010 110010 1011111 0 101110 100001100 1011010 11100

Color Harmonies of #45078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45078A

Black with #45078A

Text Example


Text Example

White with #45078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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