Html Css Color HEX #423896 Dark Slate Blue

📋 copy color: '#423896'

red 66 ◦ green 56 ◦ blue 150

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

Shades of Dark Slate Blue #423896

Tints of Dark Slate Blue #423896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.59%

 BLUE value IS 150 (58.98% from 255) = 55.15%

R = 24.26%
G = 20.59%
B = 55.15%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#423896 (or 0x423896) is known color: Dark Slate Blue. HEX triplet: 42, 38 and 96. RGB value is (66,56,150). Sum of RGB (Red+Green+Blue) = 66+56+150=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #423896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423896 is #BDC769. Grayscale: #454545. Windows color (decimal): -12437354 or 9844802. OLE color: 9844802.

HSL color Cylindrical-coordinate representation of color #423896: hue angle of 246.38º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423896 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 56 150 -
CMYK 0.56 0.63 0 0.41
HSL 246.38º 0.46% 0.4% -
HSV(B) 246.38º 0.63% 0.59% -
XYZ 9.17 6.19 29.57 -
YUV 69.71 173.31 125.36 -
System Red Green Blue C M Y K H S L
Decimal 66 56 150 0.56 0.63 0 0.41 246.38 0.46 0.4
Hex 42 38 96 38 3F 0 29 F6 2E 28
Octal 102 70 226 70 77 0 51 366 56 50
Binary 1000010 111000 10010110 111000 111111 0 101001 11110110 101110 101000

Color Harmonies of #423896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423896

Black with #423896

Text Example


Text Example

White with #423896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423896; }

 p { color: rgb(66,56,150); }

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

background-color css

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

 a { background-color: rgb(66,56,150); }

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

border-color css

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

 span { border-color: rgb(66,56,150); }

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