Html Css Color HEX #423692 Dark Slate Blue

📋 copy color: '#423692'

red 66 ◦ green 54 ◦ blue 146

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

Shades of Dark Slate Blue #423692

Tints of Dark Slate Blue #423692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

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

R = 24.81%
G = 20.3%
B = 54.89%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#423692 (or 0x423692) is known color: Dark Slate Blue. HEX triplet: 42, 36 and 92. RGB value is (66,54,146). Sum of RGB (Red+Green+Blue) = 66+54+146=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #423692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423692 is #BDC96D. Grayscale: #434343. Windows color (decimal): -12437870 or 9582146. OLE color: 9582146.

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

Color convert

RGB 66 54 146 -
CMYK 0.55 0.63 0 0.43
HSL 247.83º 0.46% 0.39% -
HSV(B) 247.83º 0.63% 0.57% -
XYZ 8.75 5.87 27.87 -
YUV 68.08 171.98 126.52 -
System Red Green Blue C M Y K H S L
Decimal 66 54 146 0.55 0.63 0 0.43 247.83 0.46 0.39
Hex 42 36 92 37 3F 0 2B F8 2E 27
Octal 102 66 222 67 77 0 53 370 56 47
Binary 1000010 110110 10010010 110111 111111 0 101011 11111000 101110 100111

Color Harmonies of #423692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423692

Black with #423692

Text Example


Text Example

White with #423692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423692; }

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

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

background-color css

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

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

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

border-color css

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

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

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