Html Css Color HEX #423691 Dark Slate Blue

📋 copy color: '#423691'

red 66 ◦ green 54 ◦ blue 145

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

Shades of Dark Slate Blue #423691

Tints of Dark Slate Blue #423691

RGB

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

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

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

R = 24.91%
G = 20.38%
B = 54.72%

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

#423691 (or 0x423691) is known color: Dark Slate Blue. HEX triplet: 42, 36 and 91. RGB value is (66,54,145). Sum of RGB (Red+Green+Blue) = 66+54+145=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #423691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423691 is #BDC96E. Grayscale: #434343. Windows color (decimal): -12437871 or 9516610. OLE color: 9516610.

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

Color convert

RGB 66 54 145 -
CMYK 0.54 0.63 0 0.43
HSL 247.91º 0.46% 0.39% -
HSV(B) 247.91º 0.63% 0.57% -
XYZ 8.68 5.84 27.46 -
YUV 67.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 66 54 145 0.54 0.63 0 0.43 247.91 0.46 0.39
Hex 42 36 91 36 3F 0 2B F8 2E 27
Octal 102 66 221 66 77 0 53 370 56 47
Binary 1000010 110110 10010001 110110 111111 0 101011 11111000 101110 100111

Color Harmonies of #423691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423691

Black with #423691

Text Example


Text Example

White with #423691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423691; }

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

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

background-color css

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

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

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

border-color css

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

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

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