Html Css Color HEX #423385 Dark Slate Blue

📋 copy color: '#423385'

red 66 ◦ green 51 ◦ blue 133

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

Shades of Dark Slate Blue #423385

Tints of Dark Slate Blue #423385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

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

R = 26.4%
G = 20.4%
B = 53.2%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#423385 (or 0x423385) is known color: Dark Slate Blue. HEX triplet: 42, 33 and 85. RGB value is (66,51,133). Sum of RGB (Red+Green+Blue) = 66+51+133=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #423385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423385 is #BDCC7A. Grayscale: #404040. Windows color (decimal): -12438651 or 8729410. OLE color: 8729410.

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

Color convert

RGB 66 51 133 -
CMYK 0.50 0.62 0 0.48
HSL 250.98º 0.45% 0.36% -
HSV(B) 250.98º 0.62% 0.52% -
XYZ 7.66 5.22 22.79 -
YUV 64.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 66 51 133 0.50 0.62 0 0.48 250.98 0.45 0.36
Hex 42 33 85 32 3E 0 30 FB 2D 24
Octal 102 63 205 62 76 0 60 373 55 44
Binary 1000010 110011 10000101 110010 111110 0 110000 11111011 101101 100100

Color Harmonies of #423385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423385

Black with #423385

Text Example


Text Example

White with #423385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423385; }

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

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

background-color css

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

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

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

border-color css

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

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

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