Html Css Color HEX #423981 Dark Slate Blue

📋 copy color: '#423981'

red 66 ◦ green 57 ◦ blue 129

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

Shades of Dark Slate Blue #423981

Tints of Dark Slate Blue #423981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 51.19%

R = 26.19%
G = 22.62%
B = 51.19%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#423981 (or 0x423981) is known color: Dark Slate Blue. HEX triplet: 42, 39 and 81. RGB value is (66,57,129). Sum of RGB (Red+Green+Blue) = 66+57+129=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #423981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423981 is #BDC67E. Grayscale: #434343. Windows color (decimal): -12437119 or 8468802. OLE color: 8468802.

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

Color convert

RGB 66 57 129 -
CMYK 0.49 0.56 0 0.49
HSL 247.5º 0.39% 0.36% -
HSV(B) 247.5º 0.56% 0.51% -
XYZ 7.67 5.67 21.46 -
YUV 67.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 66 57 129 0.49 0.56 0 0.49 247.5 0.39 0.36
Hex 42 39 81 31 38 0 31 F8 27 24
Octal 102 71 201 61 70 0 61 370 47 44
Binary 1000010 111001 10000001 110001 111000 0 110001 11111000 100111 100100

Color Harmonies of #423981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423981

Black with #423981

Text Example


Text Example

White with #423981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423981; }

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

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

background-color css

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

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

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

border-color css

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

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

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