Html Css Color HEX #45397D Dark Slate Blue

📋 copy color: '#45397D'

red 69 ◦ green 57 ◦ blue 125

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

Shades of Dark Slate Blue #45397D

Tints of Dark Slate Blue #45397D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.8%

R = 27.49%
G = 22.71%
B = 49.8%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45397D (or 0x45397D) is known color: Dark Slate Blue. HEX triplet: 45, 39 and 7D. RGB value is (69,57,125). Sum of RGB (Red+Green+Blue) = 69+57+125=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #45397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45397D is #BAC682. Grayscale: #444444. Windows color (decimal): -12240515 or 8206661. OLE color: 8206661.

HSL color Cylindrical-coordinate representation of color #45397D: hue angle of 250.59º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45397D is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 57 125 -
CMYK 0.45 0.54 0 0.51
HSL 250.59º 0.37% 0.36% -
HSV(B) 250.59º 0.54% 0.49% -
XYZ 7.62 5.67 20.1 -
YUV 68.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 69 57 125 0.45 0.54 0 0.51 250.59 0.37 0.36
Hex 45 39 7D 2D 36 0 33 FB 25 24
Octal 105 71 175 55 66 0 63 373 45 44
Binary 1000101 111001 1111101 101101 110110 0 110011 11111011 100101 100100

Color Harmonies of #45397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45397D

Black with #45397D

Text Example


Text Example

White with #45397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45397D; }

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

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

background-color css

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

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

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

border-color css

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

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

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