Html Css Color HEX #453787 Dark Slate Blue

📋 copy color: '#453787'

red 69 ◦ green 55 ◦ blue 135

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

Shades of Dark Slate Blue #453787

Tints of Dark Slate Blue #453787

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.24%

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

R = 26.64%
G = 21.24%
B = 52.12%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#453787 (or 0x453787) is known color: Dark Slate Blue. HEX triplet: 45, 37 and 87. RGB value is (69,55,135). Sum of RGB (Red+Green+Blue) = 69+55+135=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #453787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453787 is #BAC878. Grayscale: #434343. Windows color (decimal): -12241017 or 8861509. OLE color: 8861509.

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

Color convert

RGB 69 55 135 -
CMYK 0.49 0.59 0 0.47
HSL 250.5º 0.42% 0.37% -
HSV(B) 250.5º 0.59% 0.53% -
XYZ 8.19 5.75 23.6 -
YUV 68.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 69 55 135 0.49 0.59 0 0.47 250.5 0.42 0.37
Hex 45 37 87 31 3B 0 2F FB 2A 25
Octal 105 67 207 61 73 0 57 373 52 45
Binary 1000101 110111 10000111 110001 111011 0 101111 11111011 101010 100101

Color Harmonies of #453787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453787

Black with #453787

Text Example


Text Example

White with #453787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453787; }

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

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

background-color css

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

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

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

border-color css

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

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

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