Html Css Color HEX #423784 Dark Slate Blue

📋 copy color: '#423784'

red 66 ◦ green 55 ◦ blue 132

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

Shades of Dark Slate Blue #423784

Tints of Dark Slate Blue #423784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 52.17%

R = 26.09%
G = 21.74%
B = 52.17%

CMYK

 C value IS 0.5

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#423784 (or 0x423784) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 84. RGB value is (66,55,132). Sum of RGB (Red+Green+Blue) = 66+55+132=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #423784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423784 is #BDC87B. Grayscale: #424242. Windows color (decimal): -12437628 or 8664898. OLE color: 8664898.

HSL color Cylindrical-coordinate representation of color #423784: hue angle of 248.57º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #423784 is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 55 132 -
CMYK 0.5 0.58 0 0.48
HSL 248.57º 0.41% 0.37% -
HSV(B) 248.57º 0.58% 0.52% -
XYZ 7.78 5.56 22.49 -
YUV 67.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 66 55 132 0.5 0.58 0 0.48 248.57 0.41 0.37
Hex 42 37 84 32 3A 0 30 F9 29 25
Octal 102 67 204 62 72 0 60 371 51 45
Binary 1000010 110111 10000100 110010 111010 0 110000 11111001 101001 100101

Color Harmonies of #423784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423784

Black with #423784

Text Example


Text Example

White with #423784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423784; }

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

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

background-color css

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

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

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

border-color css

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

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

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