Html Css Color HEX #451487 Indigo

📋 copy color: '#451487'

red 69 ◦ green 20 ◦ blue 135

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

Shades of Indigo #451487

Tints of Indigo #451487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

 BLUE value IS 135 (53.13% from 255) = 60.27%

R = 30.8%
G = 8.93%
B = 60.27%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#451487 (or 0x451487) is known color: Indigo. HEX triplet: 45, 14 and 87. RGB value is (69,20,135). Sum of RGB (Red+Green+Blue) = 69+20+135=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #451487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451487 is #BAEB78. Grayscale: #2F2F2F. Windows color (decimal): -12249977 or 8852549. OLE color: 8852549.

HSL color Cylindrical-coordinate representation of color #451487: hue angle of 265.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451487 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 20 135 -
CMYK 0.49 0.85 0 0.47
HSL 265.57º 0.74% 0.3% -
HSV(B) 265.57º 0.85% 0.53% -
XYZ 7.08 3.51 23.23 -
YUV 47.76 177.23 143.15 -
System Red Green Blue C M Y K H S L
Decimal 69 20 135 0.49 0.85 0 0.47 265.57 0.74 0.3
Hex 45 14 87 31 55 0 2F 10A 4A 1E
Octal 105 24 207 61 125 0 57 412 112 36
Binary 1000101 10100 10000111 110001 1010101 0 101111 100001010 1001010 11110

Color Harmonies of #451487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451487

Black with #451487

Text Example


Text Example

White with #451487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451487; }

 p { color: rgb(69,20,135); }

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

background-color css

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

 a { background-color: rgb(69,20,135); }

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

border-color css

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

 span { border-color: rgb(69,20,135); }

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