Html Css Color HEX #423893 Dark Slate Blue

📋 copy color: '#423893'

red 66 ◦ green 56 ◦ blue 147

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

Shades of Dark Slate Blue #423893

Tints of Dark Slate Blue #423893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.65%

R = 24.54%
G = 20.82%
B = 54.65%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#423893 (or 0x423893) is known color: Dark Slate Blue. HEX triplet: 42, 38 and 93. RGB value is (66,56,147). Sum of RGB (Red+Green+Blue) = 66+56+147=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #423893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423893 is #BDC76C. Grayscale: #454545. Windows color (decimal): -12437357 or 9648194. OLE color: 9648194.

HSL color Cylindrical-coordinate representation of color #423893: hue angle of 246.59º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423893 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 56 147 -
CMYK 0.55 0.62 0 0.42
HSL 246.59º 0.45% 0.4% -
HSV(B) 246.59º 0.62% 0.58% -
XYZ 8.93 6.09 28.31 -
YUV 69.36 171.81 125.6 -
System Red Green Blue C M Y K H S L
Decimal 66 56 147 0.55 0.62 0 0.42 246.59 0.45 0.4
Hex 42 38 93 37 3E 0 2A F7 2D 28
Octal 102 70 223 67 76 0 52 367 55 50
Binary 1000010 111000 10010011 110111 111110 0 101010 11110111 101101 101000

Color Harmonies of #423893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423893

Black with #423893

Text Example


Text Example

White with #423893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423893; }

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

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

background-color css

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

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

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

border-color css

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

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

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