Html Css Color HEX #423B99 Dark Slate Blue

📋 copy color: '#423B99'

red 66 ◦ green 59 ◦ blue 153

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

Shades of Dark Slate Blue #423B99

Tints of Dark Slate Blue #423B99

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.22%

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 23.74%
G = 21.22%
B = 55.04%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#423B99 (or 0x423B99) is known color: Dark Slate Blue. HEX triplet: 42, 3B and 99. RGB value is (66,59,153). Sum of RGB (Red+Green+Blue) = 66+59+153=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #423B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423B99 is #BDC466. Grayscale: #474747. Windows color (decimal): -12436583 or 10042178. OLE color: 10042178.

HSL color Cylindrical-coordinate representation of color #423B99: hue angle of 244.47º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #423B99 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 59 153 -
CMYK 0.57 0.61 0 0.4
HSL 244.47º 0.44% 0.42% -
HSV(B) 244.47º 0.61% 0.6% -
XYZ 9.56 6.59 30.9 -
YUV 71.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 66 59 153 0.57 0.61 0 0.4 244.47 0.44 0.42
Hex 42 3B 99 39 3D 0 28 F4 2C 2A
Octal 102 73 231 71 75 0 50 364 54 52
Binary 1000010 111011 10011001 111001 111101 0 101000 11110100 101100 101010

Color Harmonies of #423B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B99

Black with #423B99

Text Example


Text Example

White with #423B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,59,153); }

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

background-color css

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

 a { background-color: rgb(66,59,153); }

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

border-color css

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

 span { border-color: rgb(66,59,153); }

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