Html Css Color HEX #453980 Dark Slate Blue

📋 copy color: '#453980'

red 69 ◦ green 57 ◦ blue 128

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

Shades of Dark Slate Blue #453980

Tints of Dark Slate Blue #453980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.44%

 BLUE value IS 128 (50.39% from 255) = 50.39%

R = 27.17%
G = 22.44%
B = 50.39%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#453980 (or 0x453980) is known color: Dark Slate Blue. HEX triplet: 45, 39 and 80. RGB value is (69,57,128). Sum of RGB (Red+Green+Blue) = 69+57+128=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #453980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453980 is #BAC67F. Grayscale: #444444. Windows color (decimal): -12240512 or 8403269. OLE color: 8403269.

HSL color Cylindrical-coordinate representation of color #453980: hue angle of 250.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #453980 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 57 128 -
CMYK 0.46 0.55 0 0.50
HSL 250.14º 0.38% 0.36% -
HSV(B) 250.14º 0.55% 0.5% -
XYZ 7.81 5.75 21.12 -
YUV 68.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 69 57 128 0.46 0.55 0 0.50 250.14 0.38 0.36
Hex 45 39 80 2E 37 0 32 FA 26 24
Octal 105 71 200 56 67 0 62 372 46 44
Binary 1000101 111001 10000000 101110 110111 0 110010 11111010 100110 100100

Color Harmonies of #453980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453980

Black with #453980

Text Example


Text Example

White with #453980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453980; }

 p { color: rgb(69,57,128); }

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

background-color css

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

 a { background-color: rgb(69,57,128); }

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

border-color css

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

 span { border-color: rgb(69,57,128); }

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