Html Css Color HEX #45096C Indigo

📋 copy color: '#45096C'

red 69 ◦ green 9 ◦ blue 108

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

Shades of Indigo #45096C

Tints of Indigo #45096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.84%

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

R = 37.1%
G = 4.84%
B = 58.06%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#45096C (or 0x45096C) is known color: Indigo. HEX triplet: 45, 09 and 6C. RGB value is (69,9,108). Sum of RGB (Red+Green+Blue) = 69+9+108=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #45096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45096C is #BAF693. Grayscale: #252525. Windows color (decimal): -12252820 or 7080261. OLE color: 7080261.

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

Color convert

RGB 69 9 108 -
CMYK 0.36 0.92 0 0.58
HSL 276.36º 0.85% 0.23% -
HSV(B) 276.36º 0.92% 0.42% -
XYZ 5.26 2.54 14.4 -
YUV 38.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 69 9 108 0.36 0.92 0 0.58 276.36 0.85 0.23
Hex 45 9 6C 24 5C 0 3A 114 55 17
Octal 105 11 154 44 134 0 72 424 125 27
Binary 1000101 1001 1101100 100100 1011100 0 111010 100010100 1010101 10111

Color Harmonies of #45096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45096C

Black with #45096C

Text Example


Text Example

White with #45096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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