Html Css Color HEX #450464 Indigo

📋 copy color: '#450464'

red 69 ◦ green 4 ◦ blue 100

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

Shades of Indigo #450464

Tints of Indigo #450464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 57.8%

R = 39.88%
G = 2.31%
B = 57.8%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#450464 (or 0x450464) is known color: Indigo. HEX triplet: 45, 04 and 64. RGB value is (69,4,100). Sum of RGB (Red+Green+Blue) = 69+4+100=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #450464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450464 is #BAFB9B. Grayscale: #222222. Windows color (decimal): -12254108 or 6554693. OLE color: 6554693.

HSL color Cylindrical-coordinate representation of color #450464: hue angle of 280.62º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450464 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 4 100 -
CMYK 0.31 0.96 0 0.61
HSL 280.63º 0.92% 0.2% -
HSV(B) 280.63º 0.96% 0.39% -
XYZ 4.8 2.27 12.24 -
YUV 34.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 69 4 100 0.31 0.96 0 0.61 280.63 0.92 0.2
Hex 45 4 64 1F 60 0 3D 119 5C 14
Octal 105 4 144 37 140 0 75 431 134 24
Binary 1000101 100 1100100 11111 1100000 0 111101 100011001 1011100 10100

Color Harmonies of #450464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450464

Black with #450464

Text Example


Text Example

White with #450464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450464; }

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

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

background-color css

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

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

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

border-color css

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

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

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