Html Css Color HEX #423F92 Dark Slate Blue

📋 copy color: '#423F92'

red 66 ◦ green 63 ◦ blue 146

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

Shades of Dark Slate Blue #423F92

Tints of Dark Slate Blue #423F92

RGB

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

 GREEN value IS 63 (25% from 255) = 22.91%

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

R = 24%
G = 22.91%
B = 53.09%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#423F92 (or 0x423F92) is known color: Dark Slate Blue. HEX triplet: 42, 3F and 92. RGB value is (66,63,146). Sum of RGB (Red+Green+Blue) = 66+63+146=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #423F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423F92 is #BDC06D. Grayscale: #494949. Windows color (decimal): -12435566 or 9584450. OLE color: 9584450.

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

Color convert

RGB 66 63 146 -
CMYK 0.55 0.57 0 0.43
HSL 242.17º 0.4% 0.41% -
HSV(B) 242.17º 0.57% 0.57% -
XYZ 9.21 6.79 28.02 -
YUV 73.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 66 63 146 0.55 0.57 0 0.43 242.17 0.4 0.41
Hex 42 3F 92 37 39 0 2B F2 28 29
Octal 102 77 222 67 71 0 53 362 50 51
Binary 1000010 111111 10010010 110111 111001 0 101011 11110010 101000 101001

Color Harmonies of #423F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F92

Black with #423F92

Text Example


Text Example

White with #423F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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