Html Css Color HEX #423781 Dark Slate Blue

📋 copy color: '#423781'

red 66 ◦ green 55 ◦ blue 129

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

Shades of Dark Slate Blue #423781

Tints of Dark Slate Blue #423781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

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

R = 26.4%
G = 22%
B = 51.6%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#423781 (or 0x423781) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 81. RGB value is (66,55,129). Sum of RGB (Red+Green+Blue) = 66+55+129=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #423781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423781 is #BDC87E. Grayscale: #424242. Windows color (decimal): -12437631 or 8468290. OLE color: 8468290.

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

Color convert

RGB 66 55 129 -
CMYK 0.49 0.57 0 0.49
HSL 248.92º 0.4% 0.36% -
HSV(B) 248.92º 0.57% 0.51% -
XYZ 7.58 5.48 21.43 -
YUV 66.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 66 55 129 0.49 0.57 0 0.49 248.92 0.4 0.36
Hex 42 37 81 31 39 0 31 F9 28 24
Octal 102 67 201 61 71 0 61 371 50 44
Binary 1000010 110111 10000001 110001 111001 0 110001 11111001 101000 100100

Color Harmonies of #423781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423781

Black with #423781

Text Example


Text Example

White with #423781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423781; }

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

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

background-color css

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

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

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

border-color css

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

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

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