Html Css Color HEX #423683 Dark Slate Blue

📋 copy color: '#423683'

red 66 ◦ green 54 ◦ blue 131

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

Shades of Dark Slate Blue #423683

Tints of Dark Slate Blue #423683

RGB

 RED value IS 66 (26.17% from 255) = 26.29%

 GREEN value IS 54 (21.48% from 255) = 21.51%

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

R = 26.29%
G = 21.51%
B = 52.19%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#423683 (or 0x423683) is known color: Dark Slate Blue. HEX triplet: 42, 36 and 83. RGB value is (66,54,131). Sum of RGB (Red+Green+Blue) = 66+54+131=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #423683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423683 is #BDC97C. Grayscale: #424242. Windows color (decimal): -12437885 or 8599106. OLE color: 8599106.

HSL color Cylindrical-coordinate representation of color #423683: hue angle of 249.35º 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 #423683 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 54 131 -
CMYK 0.50 0.59 0 0.49
HSL 249.35º 0.42% 0.36% -
HSV(B) 249.35º 0.59% 0.51% -
XYZ 7.66 5.44 22.12 -
YUV 66.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 66 54 131 0.50 0.59 0 0.49 249.35 0.42 0.36
Hex 42 36 83 32 3B 0 31 F9 2A 24
Octal 102 66 203 62 73 0 61 371 52 44
Binary 1000010 110110 10000011 110010 111011 0 110001 11111001 101010 100100

Color Harmonies of #423683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423683

Black with #423683

Text Example


Text Example

White with #423683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423683; }

 p { color: rgb(66,54,131); }

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

background-color css

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

 a { background-color: rgb(66,54,131); }

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

border-color css

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

 span { border-color: rgb(66,54,131); }

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