Html Css Color HEX #45088C Indigo

📋 copy color: '#45088C'

red 69 ◦ green 8 ◦ blue 140

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

Shades of Indigo #45088C

Tints of Indigo #45088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

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

R = 31.8%
G = 3.69%
B = 64.52%

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

#45088C (or 0x45088C) is known color: Indigo. HEX triplet: 45, 08 and 8C. RGB value is (69,8,140). Sum of RGB (Red+Green+Blue) = 69+8+140=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #45088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45088C is #BAF773. Grayscale: #282828. Windows color (decimal): -12253044 or 9177157. OLE color: 9177157.

HSL color Cylindrical-coordinate representation of color #45088C: hue angle of 267.73º degrees, saturation: 0.89, 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 #45088C is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 8 140 -
CMYK 0.51 0.94 0 0.45
HSL 267.73º 0.89% 0.29% -
HSV(B) 267.73º 0.94% 0.55% -
XYZ 7.27 3.33 25.07 -
YUV 41.29 183.71 147.77 -
System Red Green Blue C M Y K H S L
Decimal 69 8 140 0.51 0.94 0 0.45 267.73 0.89 0.29
Hex 45 8 8C 33 5E 0 2D 10C 59 1D
Octal 105 10 214 63 136 0 55 414 131 35
Binary 1000101 1000 10001100 110011 1011110 0 101101 100001100 1011001 11101

Color Harmonies of #45088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45088C

Black with #45088C

Text Example


Text Example

White with #45088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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