Html Css Color HEX #453283 Dark Slate Blue

📋 copy color: '#453283'

red 69 ◦ green 50 ◦ blue 131

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

Shades of Dark Slate Blue #453283

Tints of Dark Slate Blue #453283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 27.6%
G = 20%
B = 52.4%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#453283 (or 0x453283) is known color: Dark Slate Blue. HEX triplet: 45, 32 and 83. RGB value is (69,50,131). Sum of RGB (Red+Green+Blue) = 69+50+131=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #453283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453283 is #BACD7C. Grayscale: #404040. Windows color (decimal): -12242301 or 8598085. OLE color: 8598085.

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

Color convert

RGB 69 50 131 -
CMYK 0.47 0.62 0 0.49
HSL 254.07º 0.45% 0.35% -
HSV(B) 254.07º 0.62% 0.51% -
XYZ 7.69 5.19 22.07 -
YUV 64.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 69 50 131 0.47 0.62 0 0.49 254.07 0.45 0.35
Hex 45 32 83 2F 3E 0 31 FE 2D 23
Octal 105 62 203 57 76 0 61 376 55 43
Binary 1000101 110010 10000011 101111 111110 0 110001 11111110 101101 100011

Color Harmonies of #453283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453283

Black with #453283

Text Example


Text Example

White with #453283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453283; }

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

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

background-color css

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

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

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

border-color css

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

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

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