Html Css Color HEX #423B81 Dark Slate Blue

📋 copy color: '#423B81'

red 66 ◦ green 59 ◦ blue 129

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

Shades of Dark Slate Blue #423B81

Tints of Dark Slate Blue #423B81

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.23%

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

R = 25.98%
G = 23.23%
B = 50.79%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#423B81 (or 0x423B81) is known color: Dark Slate Blue. HEX triplet: 42, 3B and 81. RGB value is (66,59,129). Sum of RGB (Red+Green+Blue) = 66+59+129=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 129 (50.78% from 255 or 50.79% from 254); Max value from RGB is 129 - color contains mainly: blue. Hex color #423B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423B81 is #BDC47E. Grayscale: #444444. Windows color (decimal): -12436607 or 8469314. OLE color: 8469314.

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

Color convert

RGB 66 59 129 -
CMYK 0.49 0.54 0 0.49
HSL 246º 0.37% 0.37% -
HSV(B) 246º 0.54% 0.51% -
XYZ 7.77 5.87 21.49 -
YUV 69.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 66 59 129 0.49 0.54 0 0.49 246 0.37 0.37
Hex 42 3B 81 31 36 0 31 F6 25 25
Octal 102 73 201 61 66 0 61 366 45 45
Binary 1000010 111011 10000001 110001 110110 0 110001 11110110 100101 100101

Color Harmonies of #423B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B81

Black with #423B81

Text Example


Text Example

White with #423B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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