Html Css Color HEX #45046C Indigo

📋 copy color: '#45046C'

red 69 ◦ green 4 ◦ blue 108

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

Shades of Indigo #45046C

Tints of Indigo #45046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.67%

R = 38.12%
G = 2.21%
B = 59.67%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#45046C (or 0x45046C) is known color: Indigo. HEX triplet: 45, 04 and 6C. RGB value is (69,4,108). Sum of RGB (Red+Green+Blue) = 69+4+108=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #45046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45046C is #BAFB93. Grayscale: #222222. Windows color (decimal): -12254100 or 7078981. OLE color: 7078981.

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

Color convert

RGB 69 4 108 -
CMYK 0.36 0.96 0 0.58
HSL 277.5º 0.93% 0.22% -
HSV(B) 277.5º 0.96% 0.42% -
XYZ 5.2 2.43 14.38 -
YUV 35.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 69 4 108 0.36 0.96 0 0.58 277.5 0.93 0.22
Hex 45 4 6C 24 60 0 3A 116 5D 16
Octal 105 4 154 44 140 0 72 426 135 26
Binary 1000101 100 1101100 100100 1100000 0 111010 100010110 1011101 10110

Color Harmonies of #45046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45046C

Black with #45046C

Text Example


Text Example

White with #45046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45046C; }

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

 H1.HeaderClassName
 {
   color: #45046C;
 }
 .AnyTagClassName
 {
   color: #45046C;
 }
</style>

background-color css

<style>
 a { background-color: #45046C; }

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

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

border-color css

<style>
 span { border-color: #45046C; }

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

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