Html Css Color HEX #423481 Dark Slate Blue

📋 copy color: '#423481'

red 66 ◦ green 52 ◦ blue 129

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

Shades of Dark Slate Blue #423481

Tints of Dark Slate Blue #423481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.05%

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

R = 26.72%
G = 21.05%
B = 52.23%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#423481 (or 0x423481) is known color: Dark Slate Blue. HEX triplet: 42, 34 and 81. RGB value is (66,52,129). Sum of RGB (Red+Green+Blue) = 66+52+129=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #423481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423481 is #BDCB7E. Grayscale: #404040. Windows color (decimal): -12438399 or 8467522. OLE color: 8467522.

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

Color convert

RGB 66 52 129 -
CMYK 0.49 0.60 0 0.49
HSL 250.91º 0.43% 0.35% -
HSV(B) 250.91º 0.6% 0.51% -
XYZ 7.44 5.2 21.38 -
YUV 64.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 66 52 129 0.49 0.60 0 0.49 250.91 0.43 0.35
Hex 42 34 81 31 3C 0 31 FB 2B 23
Octal 102 64 201 61 74 0 61 373 53 43
Binary 1000010 110100 10000001 110001 111100 0 110001 11111011 101011 100011

Color Harmonies of #423481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423481

Black with #423481

Text Example


Text Example

White with #423481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423481; }

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

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

background-color css

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

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

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

border-color css

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

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

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