Html Css Color HEX #450485 Indigo

📋 copy color: '#450485'

red 69 ◦ green 4 ◦ blue 133

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

Shades of Indigo #450485

Tints of Indigo #450485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

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

R = 33.5%
G = 1.94%
B = 64.56%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#450485 (or 0x450485) is known color: Indigo. HEX triplet: 45, 04 and 85. RGB value is (69,4,133). Sum of RGB (Red+Green+Blue) = 69+4+133=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #450485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450485 is #BAFB7A. Grayscale: #252525. Windows color (decimal): -12254075 or 8717381. OLE color: 8717381.

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

Color convert

RGB 69 4 133 -
CMYK 0.48 0.97 0 0.48
HSL 270.23º 0.94% 0.27% -
HSV(B) 270.23º 0.97% 0.52% -
XYZ 6.73 3.05 22.42 -
YUV 38.14 181.53 150.01 -
System Red Green Blue C M Y K H S L
Decimal 69 4 133 0.48 0.97 0 0.48 270.23 0.94 0.27
Hex 45 4 85 30 61 0 30 10E 5E 1B
Octal 105 4 205 60 141 0 60 416 136 33
Binary 1000101 100 10000101 110000 1100001 0 110000 100001110 1011110 11011

Color Harmonies of #450485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450485

Black with #450485

Text Example


Text Example

White with #450485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450485; }

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

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

background-color css

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

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

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

border-color css

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

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

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