Html Css Color HEX #45418A Dark Slate Blue

📋 copy color: '#45418A'

red 69 ◦ green 65 ◦ blue 138

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

Shades of Dark Slate Blue #45418A

Tints of Dark Slate Blue #45418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.9%

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

R = 25.37%
G = 23.9%
B = 50.74%

CMYK

 C value IS 0.5

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#45418A (or 0x45418A) is known color: Dark Slate Blue. HEX triplet: 45, 41 and 8A. RGB value is (69,65,138). Sum of RGB (Red+Green+Blue) = 69+65+138=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #45418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45418A is #BABE75. Grayscale: #4A4A4A. Windows color (decimal): -12238454 or 9060677. OLE color: 9060677.

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

Color convert

RGB 69 65 138 -
CMYK 0.5 0.53 0 0.46
HSL 243.29º 0.36% 0.4% -
HSV(B) 243.29º 0.53% 0.54% -
XYZ 8.93 6.88 24.9 -
YUV 74.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 69 65 138 0.5 0.53 0 0.46 243.29 0.36 0.4
Hex 45 41 8A 32 35 0 2E F3 24 28
Octal 105 101 212 62 65 0 56 363 44 50
Binary 1000101 1000001 10001010 110010 110101 0 101110 11110011 100100 101000

Color Harmonies of #45418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45418A

Black with #45418A

Text Example


Text Example

White with #45418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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