Html Css Color HEX #423999 Dark Slate Blue

📋 copy color: '#423999'

red 66 ◦ green 57 ◦ blue 153

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

Shades of Dark Slate Blue #423999

Tints of Dark Slate Blue #423999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.65%

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

R = 23.91%
G = 20.65%
B = 55.43%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#423999 (or 0x423999) is known color: Dark Slate Blue. HEX triplet: 42, 39 and 99. RGB value is (66,57,153). Sum of RGB (Red+Green+Blue) = 66+57+153=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #423999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423999 is #BDC666. Grayscale: #464646. Windows color (decimal): -12437095 or 10041666. OLE color: 10041666.

HSL color Cylindrical-coordinate representation of color #423999: hue angle of 245.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423999 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 57 153 -
CMYK 0.57 0.63 0 0.4
HSL 245.63º 0.46% 0.41% -
HSV(B) 245.63º 0.63% 0.6% -
XYZ 9.46 6.38 30.87 -
YUV 70.64 174.48 124.69 -
System Red Green Blue C M Y K H S L
Decimal 66 57 153 0.57 0.63 0 0.4 245.63 0.46 0.41
Hex 42 39 99 39 3F 0 28 F6 2E 29
Octal 102 71 231 71 77 0 50 366 56 51
Binary 1000010 111001 10011001 111001 111111 0 101000 11110110 101110 101001

Color Harmonies of #423999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423999

Black with #423999

Text Example


Text Example

White with #423999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423999; }

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

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

background-color css

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

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

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

border-color css

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

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

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