Html Css Color HEX #423D83 Dark Slate Blue

📋 copy color: '#423D83'

red 66 ◦ green 61 ◦ blue 131

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

Shades of Dark Slate Blue #423D83

Tints of Dark Slate Blue #423D83

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.64%

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

R = 25.58%
G = 23.64%
B = 50.78%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#423D83 (or 0x423D83) is known color: Dark Slate Blue. HEX triplet: 42, 3D and 83. RGB value is (66,61,131). Sum of RGB (Red+Green+Blue) = 66+61+131=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #423D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423D83 is #BDC27C. Grayscale: #464646. Windows color (decimal): -12436093 or 8600898. OLE color: 8600898.

HSL color Cylindrical-coordinate representation of color #423D83: hue angle of 244.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #423D83 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 61 131 -
CMYK 0.50 0.53 0 0.49
HSL 244.29º 0.36% 0.38% -
HSV(B) 244.29º 0.53% 0.51% -
XYZ 8.01 6.13 22.23 -
YUV 70.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 66 61 131 0.50 0.53 0 0.49 244.29 0.36 0.38
Hex 42 3D 83 32 35 0 31 F4 24 26
Octal 102 75 203 62 65 0 61 364 44 46
Binary 1000010 111101 10000011 110010 110101 0 110001 11110100 100100 100110

Color Harmonies of #423D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D83

Black with #423D83

Text Example


Text Example

White with #423D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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