Html Css Color HEX #423787 Dark Slate Blue

📋 copy color: '#423787'

red 66 ◦ green 55 ◦ blue 135

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

Shades of Dark Slate Blue #423787

Tints of Dark Slate Blue #423787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.73%

R = 25.78%
G = 21.48%
B = 52.73%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#423787 (or 0x423787) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 87. RGB value is (66,55,135). Sum of RGB (Red+Green+Blue) = 66+55+135=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #423787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423787 is #BDC878. Grayscale: #434343. Windows color (decimal): -12437625 or 8861506. OLE color: 8861506.

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

Color convert

RGB 66 55 135 -
CMYK 0.51 0.59 0 0.47
HSL 248.25º 0.42% 0.37% -
HSV(B) 248.25º 0.59% 0.53% -
XYZ 7.99 5.64 23.59 -
YUV 67.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 66 55 135 0.51 0.59 0 0.47 248.25 0.42 0.37
Hex 42 37 87 33 3B 0 2F F8 2A 25
Octal 102 67 207 63 73 0 57 370 52 45
Binary 1000010 110111 10000111 110011 111011 0 101111 11111000 101010 100101

Color Harmonies of #423787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423787

Black with #423787

Text Example


Text Example

White with #423787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423787; }

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

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

background-color css

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

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

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

border-color css

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

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

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