Html Css Color HEX #453681 Dark Slate Blue

📋 copy color: '#453681'

red 69 ◦ green 54 ◦ blue 129

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

Shades of Dark Slate Blue #453681

Tints of Dark Slate Blue #453681

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.43%

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

R = 27.38%
G = 21.43%
B = 51.19%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#453681 (or 0x453681) is known color: Dark Slate Blue. HEX triplet: 45, 36 and 81. RGB value is (69,54,129). Sum of RGB (Red+Green+Blue) = 69+54+129=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #453681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453681 is #BAC97E. Grayscale: #424242. Windows color (decimal): -12241279 or 8468037. OLE color: 8468037.

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

Color convert

RGB 69 54 129 -
CMYK 0.47 0.58 0 0.49
HSL 252º 0.41% 0.36% -
HSV(B) 252º 0.58% 0.51% -
XYZ 7.74 5.49 21.42 -
YUV 67.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 69 54 129 0.47 0.58 0 0.49 252 0.41 0.36
Hex 45 36 81 2F 3A 0 31 FC 29 24
Octal 105 66 201 57 72 0 61 374 51 44
Binary 1000101 110110 10000001 101111 111010 0 110001 11111100 101001 100100

Color Harmonies of #453681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453681

Black with #453681

Text Example


Text Example

White with #453681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453681; }

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

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

background-color css

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

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

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

border-color css

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

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

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