Html Css Color HEX #434193 Dark Slate Blue

📋 copy color: '#434193'

red 67 ◦ green 65 ◦ blue 147

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

Shades of Dark Slate Blue #434193

Tints of Dark Slate Blue #434193

RGB

 RED value IS 67 (26.56% from 255) = 24.01%

 GREEN value IS 65 (25.78% from 255) = 23.3%

 BLUE value IS 147 (57.81% from 255) = 52.69%

R = 24.01%
G = 23.3%
B = 52.69%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#434193 (or 0x434193) is known color: Dark Slate Blue. HEX triplet: 43, 41 and 93. RGB value is (67,65,147). Sum of RGB (Red+Green+Blue) = 67+65+147=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #434193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434193 is #BCBE6C. Grayscale: #4A4A4A. Windows color (decimal): -12369517 or 9650499. OLE color: 9650499.

HSL color Cylindrical-coordinate representation of color #434193: hue angle of 241.46º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #434193 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 65 147 -
CMYK 0.54 0.56 0 0.42
HSL 241.46º 0.39% 0.42% -
HSV(B) 241.46º 0.56% 0.58% -
XYZ 9.47 7.08 28.47 -
YUV 74.95 168.66 122.33 -
System Red Green Blue C M Y K H S L
Decimal 67 65 147 0.54 0.56 0 0.42 241.46 0.39 0.42
Hex 43 41 93 36 38 0 2A F1 27 2A
Octal 103 101 223 66 70 0 52 361 47 52
Binary 1000011 1000001 10010011 110110 111000 0 101010 11110001 100111 101010

Color Harmonies of #434193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434193

Black with #434193

Text Example


Text Example

White with #434193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434193; }

 p { color: rgb(67,65,147); }

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

background-color css

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

 a { background-color: rgb(67,65,147); }

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

border-color css

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

 span { border-color: rgb(67,65,147); }

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