Html Css Color HEX #45398F Dark Slate Blue

📋 copy color: '#45398F'

red 69 ◦ green 57 ◦ blue 143

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

Shades of Dark Slate Blue #45398F

Tints of Dark Slate Blue #45398F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.19%

 BLUE value IS 143 (56.25% from 255) = 53.16%

R = 25.65%
G = 21.19%
B = 53.16%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#45398F (or 0x45398F) is known color: Dark Slate Blue. HEX triplet: 45, 39 and 8F. RGB value is (69,57,143). Sum of RGB (Red+Green+Blue) = 69+57+143=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #45398F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45398F is #BAC670. Grayscale: #464646. Windows color (decimal): -12240497 or 9386309. OLE color: 9386309.

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

Color convert

RGB 69 57 143 -
CMYK 0.52 0.60 0 0.44
HSL 248.37º 0.43% 0.39% -
HSV(B) 248.37º 0.6% 0.56% -
XYZ 8.88 6.17 26.71 -
YUV 70.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 69 57 143 0.52 0.60 0 0.44 248.37 0.43 0.39
Hex 45 39 8F 34 3C 0 2C F8 2B 27
Octal 105 71 217 64 74 0 54 370 53 47
Binary 1000101 111001 10001111 110100 111100 0 101100 11111000 101011 100111

Color Harmonies of #45398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45398F

Black with #45398F

Text Example


Text Example

White with #45398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45398F; }

 p { color: rgb(69,57,143); }

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

background-color css

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

 a { background-color: rgb(69,57,143); }

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

border-color css

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

 span { border-color: rgb(69,57,143); }

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