Html Css Color HEX #453883 Dark Slate Blue

📋 copy color: '#453883'

red 69 ◦ green 56 ◦ blue 131

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

Shades of Dark Slate Blue #453883

Tints of Dark Slate Blue #453883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.17%

R = 26.95%
G = 21.88%
B = 51.17%

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

#453883 (or 0x453883) is known color: Dark Slate Blue. HEX triplet: 45, 38 and 83. RGB value is (69,56,131). Sum of RGB (Red+Green+Blue) = 69+56+131=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #453883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453883 is #BAC77C. Grayscale: #444444. Windows color (decimal): -12240765 or 8599621. OLE color: 8599621.

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

Color convert

RGB 69 56 131 -
CMYK 0.47 0.57 0 0.49
HSL 250.4º 0.4% 0.37% -
HSV(B) 250.4º 0.57% 0.51% -
XYZ 7.97 5.73 22.16 -
YUV 68.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 69 56 131 0.47 0.57 0 0.49 250.4 0.4 0.37
Hex 45 38 83 2F 39 0 31 FA 28 25
Octal 105 70 203 57 71 0 61 372 50 45
Binary 1000101 111000 10000011 101111 111001 0 110001 11111010 101000 100101

Color Harmonies of #453883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453883

Black with #453883

Text Example


Text Example

White with #453883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453883; }

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

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

background-color css

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

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

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

border-color css

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

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

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