Html Css Color HEX #45348A Dark Slate Blue

📋 copy color: '#45348A'

red 69 ◦ green 52 ◦ blue 138

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

Shades of Dark Slate Blue #45348A

Tints of Dark Slate Blue #45348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 138 (54.3% from 255) = 53.28%

R = 26.64%
G = 20.08%
B = 53.28%

CMYK

 C value IS 0.5

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#45348A (or 0x45348A) is known color: Dark Slate Blue. HEX triplet: 45, 34 and 8A. RGB value is (69,52,138). Sum of RGB (Red+Green+Blue) = 69+52+138=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #45348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45348A is #BACB75. Grayscale: #424242. Windows color (decimal): -12241782 or 9057349. OLE color: 9057349.

HSL color Cylindrical-coordinate representation of color #45348A: hue angle of 251.86º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45348A is Cyan = 0.5, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 52 138 -
CMYK 0.5 0.62 0 0.46
HSL 251.86º 0.45% 0.37% -
HSV(B) 251.86º 0.62% 0.54% -
XYZ 8.27 5.56 24.68 -
YUV 66.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 69 52 138 0.5 0.62 0 0.46 251.86 0.45 0.37
Hex 45 34 8A 32 3E 0 2E FC 2D 25
Octal 105 64 212 62 76 0 56 374 55 45
Binary 1000101 110100 10001010 110010 111110 0 101110 11111100 101101 100101

Color Harmonies of #45348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45348A

Black with #45348A

Text Example


Text Example

White with #45348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45348A; }

 p { color: rgb(69,52,138); }

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

background-color css

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

 a { background-color: rgb(69,52,138); }

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

border-color css

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

 span { border-color: rgb(69,52,138); }

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