Html Css Color HEX #453585 Dark Slate Blue

📋 copy color: '#453585'

red 69 ◦ green 53 ◦ blue 133

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

Shades of Dark Slate Blue #453585

Tints of Dark Slate Blue #453585

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 27.06%
G = 20.78%
B = 52.16%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#453585 (or 0x453585) is known color: Dark Slate Blue. HEX triplet: 45, 35 and 85. RGB value is (69,53,133). Sum of RGB (Red+Green+Blue) = 69+53+133=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #453585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453585 is #BACA7A. Grayscale: #424242. Windows color (decimal): -12241531 or 8729925. OLE color: 8729925.

HSL color Cylindrical-coordinate representation of color #453585: hue angle of 252º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #453585 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 53 133 -
CMYK 0.48 0.60 0 0.48
HSL 252º 0.43% 0.36% -
HSV(B) 252º 0.6% 0.52% -
XYZ 7.96 5.5 22.83 -
YUV 66.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 69 53 133 0.48 0.60 0 0.48 252 0.43 0.36
Hex 45 35 85 30 3C 0 30 FC 2B 24
Octal 105 65 205 60 74 0 60 374 53 44
Binary 1000101 110101 10000101 110000 111100 0 110000 11111100 101011 100100

Color Harmonies of #453585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453585

Black with #453585

Text Example


Text Example

White with #453585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453585; }

 p { color: rgb(69,53,133); }

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

background-color css

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

 a { background-color: rgb(69,53,133); }

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

border-color css

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

 span { border-color: rgb(69,53,133); }

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