Html Css Color HEX #45076B Indigo

📋 copy color: '#45076B'

red 69 ◦ green 7 ◦ blue 107

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

Shades of Indigo #45076B

Tints of Indigo #45076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 58.47%

R = 37.7%
G = 3.83%
B = 58.47%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#45076B (or 0x45076B) is known color: Indigo. HEX triplet: 45, 07 and 6B. RGB value is (69,7,107). Sum of RGB (Red+Green+Blue) = 69+7+107=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #45076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45076B is #BAF894. Grayscale: #242424. Windows color (decimal): -12253333 or 7014213. OLE color: 7014213.

HSL color Cylindrical-coordinate representation of color #45076B: hue angle of 277.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45076B is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 7 107 -
CMYK 0.36 0.93 0 0.58
HSL 277.2º 0.88% 0.22% -
HSV(B) 277.2º 0.93% 0.42% -
XYZ 5.18 2.48 14.12 -
YUV 36.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 69 7 107 0.36 0.93 0 0.58 277.2 0.88 0.22
Hex 45 7 6B 24 5D 0 3A 115 58 16
Octal 105 7 153 44 135 0 72 425 130 26
Binary 1000101 111 1101011 100100 1011101 0 111010 100010101 1011000 10110

Color Harmonies of #45076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45076B

Black with #45076B

Text Example


Text Example

White with #45076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45076B; }

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

 H1.HeaderClassName
 {
   color: #45076B;
 }
 .AnyTagClassName
 {
   color: #45076B;
 }
</style>

background-color css

<style>
 a { background-color: #45076B; }

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

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

border-color css

<style>
 span { border-color: #45076B; }

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

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