Html Css Color HEX #423788 Dark Slate Blue

📋 copy color: '#423788'

red 66 ◦ green 55 ◦ blue 136

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

Shades of Dark Slate Blue #423788

Tints of Dark Slate Blue #423788

RGB

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

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

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

R = 25.68%
G = 21.4%
B = 52.92%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#423788 (or 0x423788) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 88. RGB value is (66,55,136). Sum of RGB (Red+Green+Blue) = 66+55+136=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #423788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423788 is #BDC877. Grayscale: #434343. Windows color (decimal): -12437624 or 8927042. OLE color: 8927042.

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

Color convert

RGB 66 55 136 -
CMYK 0.51 0.60 0 0.47
HSL 248.15º 0.42% 0.37% -
HSV(B) 248.15º 0.6% 0.53% -
XYZ 8.06 5.67 23.96 -
YUV 67.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 66 55 136 0.51 0.60 0 0.47 248.15 0.42 0.37
Hex 42 37 88 33 3C 0 2F F8 2A 25
Octal 102 67 210 63 74 0 57 370 52 45
Binary 1000010 110111 10001000 110011 111100 0 101111 11111000 101010 100101

Color Harmonies of #423788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423788

Black with #423788

Text Example


Text Example

White with #423788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423788; }

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

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

background-color css

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

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

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

border-color css

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

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

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