Html Css Color HEX #453880 Dark Slate Blue

📋 copy color: '#453880'

red 69 ◦ green 56 ◦ blue 128

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

Shades of Dark Slate Blue #453880

Tints of Dark Slate Blue #453880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.13%

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

R = 27.27%
G = 22.13%
B = 50.59%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#453880 (or 0x453880) is known color: Dark Slate Blue. HEX triplet: 45, 38 and 80. RGB value is (69,56,128). Sum of RGB (Red+Green+Blue) = 69+56+128=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #453880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453880 is #BAC77F. Grayscale: #434343. Windows color (decimal): -12240768 or 8403013. OLE color: 8403013.

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

Color convert

RGB 69 56 128 -
CMYK 0.46 0.56 0 0.50
HSL 250.83º 0.39% 0.36% -
HSV(B) 250.83º 0.56% 0.5% -
XYZ 7.76 5.65 21.1 -
YUV 68.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 69 56 128 0.46 0.56 0 0.50 250.83 0.39 0.36
Hex 45 38 80 2E 38 0 32 FB 27 24
Octal 105 70 200 56 70 0 62 373 47 44
Binary 1000101 111000 10000000 101110 111000 0 110010 11111011 100111 100100

Color Harmonies of #453880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453880

Black with #453880

Text Example


Text Example

White with #453880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453880; }

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

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

background-color css

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

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

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

border-color css

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

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

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