Html Css Color HEX #450481 Indigo

📋 copy color: '#450481'

red 69 ◦ green 4 ◦ blue 129

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

Shades of Indigo #450481

Tints of Indigo #450481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 63.86%

R = 34.16%
G = 1.98%
B = 63.86%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#450481 (or 0x450481) is known color: Indigo. HEX triplet: 45, 04 and 81. RGB value is (69,4,129). Sum of RGB (Red+Green+Blue) = 69+4+129=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #450481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450481 is #BAFB7E. Grayscale: #252525. Windows color (decimal): -12254079 or 8455237. OLE color: 8455237.

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

Color convert

RGB 69 4 129 -
CMYK 0.47 0.97 0 0.49
HSL 271.2º 0.94% 0.26% -
HSV(B) 271.2º 0.97% 0.51% -
XYZ 6.46 2.94 21 -
YUV 37.69 179.53 150.34 -
System Red Green Blue C M Y K H S L
Decimal 69 4 129 0.47 0.97 0 0.49 271.2 0.94 0.26
Hex 45 4 81 2F 61 0 31 10F 5E 1A
Octal 105 4 201 57 141 0 61 417 136 32
Binary 1000101 100 10000001 101111 1100001 0 110001 100001111 1011110 11010

Color Harmonies of #450481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450481

Black with #450481

Text Example


Text Example

White with #450481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450481; }

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

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

background-color css

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

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

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

border-color css

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

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

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