Html Css Color HEX #450788 Indigo

📋 copy color: '#450788'

red 69 ◦ green 7 ◦ blue 136

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

Shades of Indigo #450788

Tints of Indigo #450788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 64.15%

R = 32.55%
G = 3.3%
B = 64.15%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#450788 (or 0x450788) is known color: Indigo. HEX triplet: 45, 07 and 88. RGB value is (69,7,136). Sum of RGB (Red+Green+Blue) = 69+7+136=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #450788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450788 is #BAF877. Grayscale: #272727. Windows color (decimal): -12253304 or 8914757. OLE color: 8914757.

HSL color Cylindrical-coordinate representation of color #450788: hue angle of 268.84º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450788 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 7 136 -
CMYK 0.49 0.95 0 0.47
HSL 268.84º 0.9% 0.28% -
HSV(B) 268.84º 0.95% 0.53% -
XYZ 6.97 3.19 23.54 -
YUV 40.24 182.04 148.51 -
System Red Green Blue C M Y K H S L
Decimal 69 7 136 0.49 0.95 0 0.47 268.84 0.9 0.28
Hex 45 7 88 31 5F 0 2F 10D 5A 1C
Octal 105 7 210 61 137 0 57 415 132 34
Binary 1000101 111 10001000 110001 1011111 0 101111 100001101 1011010 11100

Color Harmonies of #450788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450788

Black with #450788

Text Example


Text Example

White with #450788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450788; }

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

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

background-color css

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

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

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

border-color css

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

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

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