Html Css Color HEX #423591 Dark Slate Blue

📋 copy color: '#423591'

red 66 ◦ green 53 ◦ blue 145

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

Shades of Dark Slate Blue #423591

Tints of Dark Slate Blue #423591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.08%

 BLUE value IS 145 (57.03% from 255) = 54.92%

R = 25%
G = 20.08%
B = 54.92%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#423591 (or 0x423591) is known color: Dark Slate Blue. HEX triplet: 42, 35 and 91. RGB value is (66,53,145). Sum of RGB (Red+Green+Blue) = 66+53+145=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #423591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423591 is #BDCA6E. Grayscale: #434343. Windows color (decimal): -12438127 or 9516354. OLE color: 9516354.

HSL color Cylindrical-coordinate representation of color #423591: hue angle of 248.48º 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 #423591 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 53 145 -
CMYK 0.54 0.63 0 0.43
HSL 248.48º 0.46% 0.39% -
HSV(B) 248.48º 0.63% 0.57% -
XYZ 8.63 5.75 27.44 -
YUV 67.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 66 53 145 0.54 0.63 0 0.43 248.48 0.46 0.39
Hex 42 35 91 36 3F 0 2B F8 2E 27
Octal 102 65 221 66 77 0 53 370 56 47
Binary 1000010 110101 10010001 110110 111111 0 101011 11111000 101110 100111

Color Harmonies of #423591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423591

Black with #423591

Text Example


Text Example

White with #423591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423591; }

 p { color: rgb(66,53,145); }

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

background-color css

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

 a { background-color: rgb(66,53,145); }

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

border-color css

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

 span { border-color: rgb(66,53,145); }

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