Html Css Color HEX #423E92 Dark Slate Blue

📋 copy color: '#423E92'

red 66 ◦ green 62 ◦ blue 146

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

Shades of Dark Slate Blue #423E92

Tints of Dark Slate Blue #423E92

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.63%

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

R = 24.09%
G = 22.63%
B = 53.28%

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

#423E92 (or 0x423E92) is known color: Dark Slate Blue. HEX triplet: 42, 3E and 92. RGB value is (66,62,146). Sum of RGB (Red+Green+Blue) = 66+62+146=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #423E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423E92 is #BDC16D. Grayscale: #484848. Windows color (decimal): -12435822 or 9584194. OLE color: 9584194.

HSL color Cylindrical-coordinate representation of color #423E92: hue angle of 242.86º degrees, saturation: 0.4, 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 #423E92 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 62 146 -
CMYK 0.55 0.58 0 0.43
HSL 242.86º 0.4% 0.41% -
HSV(B) 242.86º 0.58% 0.57% -
XYZ 9.16 6.68 28 -
YUV 72.77 169.33 123.17 -
System Red Green Blue C M Y K H S L
Decimal 66 62 146 0.55 0.58 0 0.43 242.86 0.4 0.41
Hex 42 3E 92 37 3A 0 2B F3 28 29
Octal 102 76 222 67 72 0 53 363 50 51
Binary 1000010 111110 10010010 110111 111010 0 101011 11110011 101000 101001

Color Harmonies of #423E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423E92

Black with #423E92

Text Example


Text Example

White with #423E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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