Html Css Color HEX #423085 Dark Slate Blue

📋 copy color: '#423085'

red 66 ◦ green 48 ◦ blue 133

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

Shades of Dark Slate Blue #423085

Tints of Dark Slate Blue #423085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.43%

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

R = 26.72%
G = 19.43%
B = 53.85%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#423085 (or 0x423085) is known color: Dark Slate Blue. HEX triplet: 42, 30 and 85. RGB value is (66,48,133). Sum of RGB (Red+Green+Blue) = 66+48+133=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #423085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423085 is #BDCF7A. Grayscale: #3E3E3E. Windows color (decimal): -12439419 or 8728642. OLE color: 8728642.

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

Color convert

RGB 66 48 133 -
CMYK 0.50 0.64 0 0.48
HSL 252.71º 0.47% 0.35% -
HSV(B) 252.71º 0.64% 0.52% -
XYZ 7.54 4.97 22.75 -
YUV 63.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 66 48 133 0.50 0.64 0 0.48 252.71 0.47 0.35
Hex 42 30 85 32 40 0 30 FD 2F 23
Octal 102 60 205 62 100 0 60 375 57 43
Binary 1000010 110000 10000101 110010 1000000 0 110000 11111101 101111 100011

Color Harmonies of #423085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423085

Black with #423085

Text Example


Text Example

White with #423085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423085; }

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

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

background-color css

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

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

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

border-color css

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

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

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