Html Css Color HEX #453185 Dark Slate Blue

📋 copy color: '#453185'

red 69 ◦ green 49 ◦ blue 133

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

Shades of Dark Slate Blue #453185

Tints of Dark Slate Blue #453185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.52%

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

R = 27.49%
G = 19.52%
B = 52.99%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#453185 (or 0x453185) is known color: Dark Slate Blue. HEX triplet: 45, 31 and 85. RGB value is (69,49,133). Sum of RGB (Red+Green+Blue) = 69+49+133=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #453185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453185 is #BACE7A. Grayscale: #404040. Windows color (decimal): -12242555 or 8728901. OLE color: 8728901.

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

Color convert

RGB 69 49 133 -
CMYK 0.48 0.63 0 0.48
HSL 254.29º 0.46% 0.36% -
HSV(B) 254.29º 0.63% 0.52% -
XYZ 7.79 5.16 22.78 -
YUV 64.56 166.63 131.17 -
System Red Green Blue C M Y K H S L
Decimal 69 49 133 0.48 0.63 0 0.48 254.29 0.46 0.36
Hex 45 31 85 30 3F 0 30 FE 2E 24
Octal 105 61 205 60 77 0 60 376 56 44
Binary 1000101 110001 10000101 110000 111111 0 110000 11111110 101110 100100

Color Harmonies of #453185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453185

Black with #453185

Text Example


Text Example

White with #453185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453185; }

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

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

background-color css

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

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

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

border-color css

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

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

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