Html Css Color HEX #423785 Dark Slate Blue

📋 copy color: '#423785'

red 66 ◦ green 55 ◦ blue 133

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

Shades of Dark Slate Blue #423785

Tints of Dark Slate Blue #423785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.36%

R = 25.98%
G = 21.65%
B = 52.36%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#423785 (or 0x423785) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 85. RGB value is (66,55,133). Sum of RGB (Red+Green+Blue) = 66+55+133=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #423785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423785 is #BDC87A. Grayscale: #424242. Windows color (decimal): -12437627 or 8730434. OLE color: 8730434.

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

Color convert

RGB 66 55 133 -
CMYK 0.50 0.59 0 0.48
HSL 248.46º 0.41% 0.37% -
HSV(B) 248.46º 0.59% 0.52% -
XYZ 7.85 5.58 22.85 -
YUV 67.18 165.14 127.16 -
System Red Green Blue C M Y K H S L
Decimal 66 55 133 0.50 0.59 0 0.48 248.46 0.41 0.37
Hex 42 37 85 32 3B 0 30 F8 29 25
Octal 102 67 205 62 73 0 60 370 51 45
Binary 1000010 110111 10000101 110010 111011 0 110000 11111000 101001 100101

Color Harmonies of #423785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423785

Black with #423785

Text Example


Text Example

White with #423785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423785; }

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

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

background-color css

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

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

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

border-color css

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

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

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