Html Css Color HEX #453781 Dark Slate Blue

📋 copy color: '#453781'

red 69 ◦ green 55 ◦ blue 129

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

Shades of Dark Slate Blue #453781

Tints of Dark Slate Blue #453781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 50.99%

R = 27.27%
G = 21.74%
B = 50.99%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#453781 (or 0x453781) is known color: Dark Slate Blue. HEX triplet: 45, 37 and 81. RGB value is (69,55,129). Sum of RGB (Red+Green+Blue) = 69+55+129=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #453781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453781 is #BAC87E. Grayscale: #434343. Windows color (decimal): -12241023 or 8468293. OLE color: 8468293.

HSL color Cylindrical-coordinate representation of color #453781: hue angle of 251.35º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #453781 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 55 129 -
CMYK 0.47 0.57 0 0.49
HSL 251.35º 0.4% 0.36% -
HSV(B) 251.35º 0.57% 0.51% -
XYZ 7.78 5.58 21.44 -
YUV 67.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 69 55 129 0.47 0.57 0 0.49 251.35 0.4 0.36
Hex 45 37 81 2F 39 0 31 FB 28 24
Octal 105 67 201 57 71 0 61 373 50 44
Binary 1000101 110111 10000001 101111 111001 0 110001 11111011 101000 100100

Color Harmonies of #453781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453781

Black with #453781

Text Example


Text Example

White with #453781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453781; }

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

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

background-color css

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

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

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

border-color css

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

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

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