Html Css Color HEX #450888 Indigo

📋 copy color: '#450888'

red 69 ◦ green 8 ◦ blue 136

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

Shades of Indigo #450888

Tints of Indigo #450888

RGB

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

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

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

R = 32.39%
G = 3.76%
B = 63.85%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#450888 (or 0x450888) is known color: Indigo. HEX triplet: 45, 08 and 88. RGB value is (69,8,136). Sum of RGB (Red+Green+Blue) = 69+8+136=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #450888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450888 is #BAF777. Grayscale: #282828. Windows color (decimal): -12253048 or 8915013. OLE color: 8915013.

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

Color convert

RGB 69 8 136 -
CMYK 0.49 0.94 0 0.47
HSL 268.59º 0.89% 0.28% -
HSV(B) 268.59º 0.94% 0.53% -
XYZ 6.99 3.22 23.55 -
YUV 40.83 181.71 148.09 -
System Red Green Blue C M Y K H S L
Decimal 69 8 136 0.49 0.94 0 0.47 268.59 0.89 0.28
Hex 45 8 88 31 5E 0 2F 10D 59 1C
Octal 105 10 210 61 136 0 57 415 131 34
Binary 1000101 1000 10001000 110001 1011110 0 101111 100001101 1011001 11100

Color Harmonies of #450888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450888

Black with #450888

Text Example


Text Example

White with #450888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450888; }

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

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

background-color css

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

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

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

border-color css

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

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

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