Html Css Color HEX #453582 Dark Slate Blue

📋 copy color: '#453582'

red 69 ◦ green 53 ◦ blue 130

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

Shades of Dark Slate Blue #453582

Tints of Dark Slate Blue #453582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

 BLUE value IS 130 (51.17% from 255) = 51.59%

R = 27.38%
G = 21.03%
B = 51.59%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#453582 (or 0x453582) is known color: Dark Slate Blue. HEX triplet: 45, 35 and 82. RGB value is (69,53,130). Sum of RGB (Red+Green+Blue) = 69+53+130=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #453582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453582 is #BACA7D. Grayscale: #424242. Windows color (decimal): -12241534 or 8533317. OLE color: 8533317.

HSL color Cylindrical-coordinate representation of color #453582: hue angle of 252.47º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #453582 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 53 130 -
CMYK 0.47 0.59 0 0.49
HSL 252.47º 0.42% 0.36% -
HSV(B) 252.47º 0.59% 0.51% -
XYZ 7.76 5.42 21.76 -
YUV 66.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 69 53 130 0.47 0.59 0 0.49 252.47 0.42 0.36
Hex 45 35 82 2F 3B 0 31 FC 2A 24
Octal 105 65 202 57 73 0 61 374 52 44
Binary 1000101 110101 10000010 101111 111011 0 110001 11111100 101010 100100

Color Harmonies of #453582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453582

Black with #453582

Text Example


Text Example

White with #453582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453582; }

 p { color: rgb(69,53,130); }

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

background-color css

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

 a { background-color: rgb(69,53,130); }

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

border-color css

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

 span { border-color: rgb(69,53,130); }

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