Html Css Color HEX #450787 Indigo

📋 copy color: '#450787'

red 69 ◦ green 7 ◦ blue 135

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

Shades of Indigo #450787

Tints of Indigo #450787

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

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

R = 32.7%
G = 3.32%
B = 63.98%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#450787 (or 0x450787) is known color: Indigo. HEX triplet: 45, 07 and 87. RGB value is (69,7,135). Sum of RGB (Red+Green+Blue) = 69+7+135=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #450787 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450787 is #BAF878. Grayscale: #272727. Windows color (decimal): -12253305 or 8849221. OLE color: 8849221.

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

Color convert

RGB 69 7 135 -
CMYK 0.49 0.95 0 0.47
HSL 269.06º 0.9% 0.28% -
HSV(B) 269.06º 0.95% 0.53% -
XYZ 6.9 3.17 23.17 -
YUV 40.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 69 7 135 0.49 0.95 0 0.47 269.06 0.9 0.28
Hex 45 7 87 31 5F 0 2F 10D 5A 1C
Octal 105 7 207 61 137 0 57 415 132 34
Binary 1000101 111 10000111 110001 1011111 0 101111 100001101 1011010 11100

Color Harmonies of #450787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450787

Black with #450787

Text Example


Text Example

White with #450787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450787; }

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

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

background-color css

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

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

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

border-color css

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

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

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