Html Css Color HEX #450896 Indigo

📋 copy color: '#450896'

red 69 ◦ green 8 ◦ blue 150

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

Shades of Indigo #450896

Tints of Indigo #450896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 66.08%

R = 30.4%
G = 3.52%
B = 66.08%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#450896 (or 0x450896) is known color: Indigo. HEX triplet: 45, 08 and 96. RGB value is (69,8,150). Sum of RGB (Red+Green+Blue) = 69+8+150=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #450896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450896 is #BAF769. Grayscale: #292929. Windows color (decimal): -12253034 or 9832517. OLE color: 9832517.

HSL color Cylindrical-coordinate representation of color #450896: hue angle of 265.77º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450896 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 8 150 -
CMYK 0.54 0.95 0 0.41
HSL 265.77º 0.9% 0.31% -
HSV(B) 265.77º 0.95% 0.59% -
XYZ 8.05 3.64 29.13 -
YUV 42.43 188.71 146.95 -
System Red Green Blue C M Y K H S L
Decimal 69 8 150 0.54 0.95 0 0.41 265.77 0.9 0.31
Hex 45 8 96 36 5F 0 29 10A 5A 1F
Octal 105 10 226 66 137 0 51 412 132 37
Binary 1000101 1000 10010110 110110 1011111 0 101001 100001010 1011010 11111

Color Harmonies of #450896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450896

Black with #450896

Text Example


Text Example

White with #450896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450896; }

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

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

background-color css

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

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

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

border-color css

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

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

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