Html Css Color HEX #423D92 Dark Slate Blue

📋 copy color: '#423D92'

red 66 ◦ green 61 ◦ blue 146

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

Shades of Dark Slate Blue #423D92

Tints of Dark Slate Blue #423D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.48%

R = 24.18%
G = 22.34%
B = 53.48%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#423D92 (or 0x423D92) is known color: Dark Slate Blue. HEX triplet: 42, 3D and 92. RGB value is (66,61,146). Sum of RGB (Red+Green+Blue) = 66+61+146=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #423D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423D92 is #BDC26D. Grayscale: #474747. Windows color (decimal): -12436078 or 9583938. OLE color: 9583938.

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

Color convert

RGB 66 61 146 -
CMYK 0.55 0.58 0 0.43
HSL 243.53º 0.41% 0.41% -
HSV(B) 243.53º 0.58% 0.57% -
XYZ 9.1 6.57 27.98 -
YUV 72.19 169.66 123.59 -
System Red Green Blue C M Y K H S L
Decimal 66 61 146 0.55 0.58 0 0.43 243.53 0.41 0.41
Hex 42 3D 92 37 3A 0 2B F4 29 29
Octal 102 75 222 67 72 0 53 364 51 51
Binary 1000010 111101 10010010 110111 111010 0 101011 11110100 101001 101001

Color Harmonies of #423D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D92

Black with #423D92

Text Example


Text Example

White with #423D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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