Html Css Color HEX #450460 Indigo

📋 copy color: '#450460'

red 69 ◦ green 4 ◦ blue 96

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

Shades of Indigo #450460

Tints of Indigo #450460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 56.8%

R = 40.83%
G = 2.37%
B = 56.8%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#450460 (or 0x450460) is known color: Indigo. HEX triplet: 45, 04 and 60. RGB value is (69,4,96). Sum of RGB (Red+Green+Blue) = 69+4+96=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #450460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450460 is #BAFB9F. Grayscale: #212121. Windows color (decimal): -12254112 or 6292549. OLE color: 6292549.

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

Color convert

RGB 69 4 96 -
CMYK 0.28 0.96 0 0.62
HSL 282.39º 0.92% 0.2% -
HSV(B) 282.39º 0.96% 0.38% -
XYZ 4.61 2.2 11.25 -
YUV 33.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 69 4 96 0.28 0.96 0 0.62 282.39 0.92 0.2
Hex 45 4 60 1C 60 0 3E 11A 5C 14
Octal 105 4 140 34 140 0 76 432 134 24
Binary 1000101 100 1100000 11100 1100000 0 111110 100011010 1011100 10100

Color Harmonies of #450460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450460

Black with #450460

Text Example


Text Example

White with #450460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450460; }

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

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

background-color css

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

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

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

border-color css

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

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

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