Html Css Color HEX #453882 Dark Slate Blue

📋 copy color: '#453882'

red 69 ◦ green 56 ◦ blue 130

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

Shades of Dark Slate Blue #453882

Tints of Dark Slate Blue #453882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.96%

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

R = 27.06%
G = 21.96%
B = 50.98%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#453882 (or 0x453882) is known color: Dark Slate Blue. HEX triplet: 45, 38 and 82. RGB value is (69,56,130). Sum of RGB (Red+Green+Blue) = 69+56+130=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #453882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453882 is #BAC77D. Grayscale: #444444. Windows color (decimal): -12240766 or 8534085. OLE color: 8534085.

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

Color convert

RGB 69 56 130 -
CMYK 0.47 0.57 0 0.49
HSL 250.54º 0.4% 0.36% -
HSV(B) 250.54º 0.57% 0.51% -
XYZ 7.9 5.71 21.8 -
YUV 68.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 69 56 130 0.47 0.57 0 0.49 250.54 0.4 0.36
Hex 45 38 82 2F 39 0 31 FB 28 24
Octal 105 70 202 57 71 0 61 373 50 44
Binary 1000101 111000 10000010 101111 111001 0 110001 11111011 101000 100100

Color Harmonies of #453882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453882

Black with #453882

Text Example


Text Example

White with #453882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453882; }

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

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

background-color css

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

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

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

border-color css

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

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

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