Html Css Color HEX #45098C Indigo

📋 copy color: '#45098C'

red 69 ◦ green 9 ◦ blue 140

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

Shades of Indigo #45098C

Tints of Indigo #45098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 64.22%

R = 31.65%
G = 4.13%
B = 64.22%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45098C (or 0x45098C) is known color: Indigo. HEX triplet: 45, 09 and 8C. RGB value is (69,9,140). Sum of RGB (Red+Green+Blue) = 69+9+140=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #45098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45098C is #BAF673. Grayscale: #292929. Windows color (decimal): -12252788 or 9177413. OLE color: 9177413.

HSL color Cylindrical-coordinate representation of color #45098C: hue angle of 267.48º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45098C is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 9 140 -
CMYK 0.51 0.94 0 0.45
HSL 267.48º 0.88% 0.29% -
HSV(B) 267.48º 0.94% 0.55% -
XYZ 7.29 3.35 25.07 -
YUV 41.87 183.38 147.35 -
System Red Green Blue C M Y K H S L
Decimal 69 9 140 0.51 0.94 0 0.45 267.48 0.88 0.29
Hex 45 9 8C 33 5E 0 2D 10B 58 1D
Octal 105 11 214 63 136 0 55 413 130 35
Binary 1000101 1001 10001100 110011 1011110 0 101101 100001011 1011000 11101

Color Harmonies of #45098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45098C

Black with #45098C

Text Example


Text Example

White with #45098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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