Html Css Color HEX #450D87 Indigo

📋 copy color: '#450D87'

red 69 ◦ green 13 ◦ blue 135

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

Shades of Indigo #450D87

Tints of Indigo #450D87

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.99%

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

R = 31.8%
G = 5.99%
B = 62.21%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#450D87 (or 0x450D87) is known color: Indigo. HEX triplet: 45, 0D and 87. RGB value is (69,13,135). Sum of RGB (Red+Green+Blue) = 69+13+135=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #450D87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450D87 is #BAF278. Grayscale: #2B2B2B. Windows color (decimal): -12251769 or 8850757. OLE color: 8850757.

HSL color Cylindrical-coordinate representation of color #450D87: hue angle of 267.54º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450D87 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 13 135 -
CMYK 0.49 0.90 0 0.47
HSL 267.54º 0.82% 0.29% -
HSV(B) 267.54º 0.9% 0.53% -
XYZ 6.97 3.3 23.19 -
YUV 43.65 179.55 146.08 -
System Red Green Blue C M Y K H S L
Decimal 69 13 135 0.49 0.90 0 0.47 267.54 0.82 0.29
Hex 45 D 87 31 5A 0 2F 10C 52 1D
Octal 105 15 207 61 132 0 57 414 122 35
Binary 1000101 1101 10000111 110001 1011010 0 101111 100001100 1010010 11101

Color Harmonies of #450D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450D87

Black with #450D87

Text Example


Text Example

White with #450D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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