Html Css Color HEX #423D93 Dark Slate Blue

📋 copy color: '#423D93'

red 66 ◦ green 61 ◦ blue 147

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

Shades of Dark Slate Blue #423D93

Tints of Dark Slate Blue #423D93

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.26%

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

R = 24.09%
G = 22.26%
B = 53.65%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#423D93 (or 0x423D93) is known color: Dark Slate Blue. HEX triplet: 42, 3D and 93. RGB value is (66,61,147). Sum of RGB (Red+Green+Blue) = 66+61+147=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #423D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423D93 is #BDC26C. Grayscale: #474747. Windows color (decimal): -12436077 or 9649474. OLE color: 9649474.

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

Color convert

RGB 66 61 147 -
CMYK 0.55 0.59 0 0.42
HSL 243.49º 0.41% 0.41% -
HSV(B) 243.49º 0.59% 0.58% -
XYZ 9.18 6.6 28.39 -
YUV 72.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 66 61 147 0.55 0.59 0 0.42 243.49 0.41 0.41
Hex 42 3D 93 37 3B 0 2A F3 29 29
Octal 102 75 223 67 73 0 52 363 51 51
Binary 1000010 111101 10010011 110111 111011 0 101010 11110011 101001 101001

Color Harmonies of #423D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D93

Black with #423D93

Text Example


Text Example

White with #423D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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