Html Css Color HEX #450885 Indigo

📋 copy color: '#450885'

red 69 ◦ green 8 ◦ blue 133

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

Shades of Indigo #450885

Tints of Indigo #450885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 63.33%

R = 32.86%
G = 3.81%
B = 63.33%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#450885 (or 0x450885) is known color: Indigo. HEX triplet: 45, 08 and 85. RGB value is (69,8,133). Sum of RGB (Red+Green+Blue) = 69+8+133=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #450885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450885 is #BAF77A. Grayscale: #282828. Windows color (decimal): -12253051 or 8718405. OLE color: 8718405.

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

Color convert

RGB 69 8 133 -
CMYK 0.48 0.94 0 0.48
HSL 269.28º 0.89% 0.28% -
HSV(B) 269.28º 0.94% 0.52% -
XYZ 6.77 3.13 22.44 -
YUV 40.49 180.21 148.34 -
System Red Green Blue C M Y K H S L
Decimal 69 8 133 0.48 0.94 0 0.48 269.28 0.89 0.28
Hex 45 8 85 30 5E 0 30 10D 59 1C
Octal 105 10 205 60 136 0 60 415 131 34
Binary 1000101 1000 10000101 110000 1011110 0 110000 100001101 1011001 11100

Color Harmonies of #450885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450885

Black with #450885

Text Example


Text Example

White with #450885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450885; }

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

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

background-color css

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

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

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

border-color css

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

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

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