Html Css Color HEX #423281 Dark Slate Blue

📋 copy color: '#423281'

red 66 ◦ green 50 ◦ blue 129

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

Shades of Dark Slate Blue #423281

Tints of Dark Slate Blue #423281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

 BLUE value IS 129 (50.78% from 255) = 52.65%

R = 26.94%
G = 20.41%
B = 52.65%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#423281 (or 0x423281) is known color: Dark Slate Blue. HEX triplet: 42, 32 and 81. RGB value is (66,50,129). Sum of RGB (Red+Green+Blue) = 66+50+129=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #423281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423281 is #BDCD7E. Grayscale: #3F3F3F. Windows color (decimal): -12438911 or 8467010. OLE color: 8467010.

HSL color Cylindrical-coordinate representation of color #423281: hue angle of 252.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #423281 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 50 129 -
CMYK 0.49 0.61 0 0.49
HSL 252.15º 0.44% 0.35% -
HSV(B) 252.15º 0.61% 0.51% -
XYZ 7.35 5.02 21.35 -
YUV 63.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 66 50 129 0.49 0.61 0 0.49 252.15 0.44 0.35
Hex 42 32 81 31 3D 0 31 FC 2C 23
Octal 102 62 201 61 75 0 61 374 54 43
Binary 1000010 110010 10000001 110001 111101 0 110001 11111100 101100 100011

Color Harmonies of #423281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423281

Black with #423281

Text Example


Text Example

White with #423281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423281; }

 p { color: rgb(66,50,129); }

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

background-color css

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

 a { background-color: rgb(66,50,129); }

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

border-color css

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

 span { border-color: rgb(66,50,129); }

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