Html Css Color HEX #423988 Dark Slate Blue

📋 copy color: '#423988'

red 66 ◦ green 57 ◦ blue 136

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

Shades of Dark Slate Blue #423988

Tints of Dark Slate Blue #423988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.51%

R = 25.48%
G = 22.01%
B = 52.51%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#423988 (or 0x423988) is known color: Dark Slate Blue. HEX triplet: 42, 39 and 88. RGB value is (66,57,136). Sum of RGB (Red+Green+Blue) = 66+57+136=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #423988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423988 is #BDC677. Grayscale: #444444. Windows color (decimal): -12437112 or 8927554. OLE color: 8927554.

HSL color Cylindrical-coordinate representation of color #423988: hue angle of 246.84º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #423988 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 57 136 -
CMYK 0.51 0.58 0 0.47
HSL 246.84º 0.41% 0.38% -
HSV(B) 246.84º 0.58% 0.53% -
XYZ 8.15 5.86 23.99 -
YUV 68.7 165.98 126.08 -
System Red Green Blue C M Y K H S L
Decimal 66 57 136 0.51 0.58 0 0.47 246.84 0.41 0.38
Hex 42 39 88 33 3A 0 2F F7 29 26
Octal 102 71 210 63 72 0 57 367 51 46
Binary 1000010 111001 10001000 110011 111010 0 101111 11110111 101001 100110

Color Harmonies of #423988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423988

Black with #423988

Text Example


Text Example

White with #423988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423988; }

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

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

background-color css

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

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

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

border-color css

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

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

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