Html Css Color HEX #434189 Dark Slate Blue

📋 copy color: '#434189'

red 67 ◦ green 65 ◦ blue 137

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

Shades of Dark Slate Blue #434189

Tints of Dark Slate Blue #434189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.93%

R = 24.91%
G = 24.16%
B = 50.93%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#434189 (or 0x434189) is known color: Dark Slate Blue. HEX triplet: 43, 41 and 89. RGB value is (67,65,137). Sum of RGB (Red+Green+Blue) = 67+65+137=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #434189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434189 is #BCBE76. Grayscale: #494949. Windows color (decimal): -12369527 or 8995139. OLE color: 8995139.

HSL color Cylindrical-coordinate representation of color #434189: hue angle of 241.67º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #434189 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 65 137 -
CMYK 0.51 0.53 0 0.46
HSL 241.67º 0.36% 0.4% -
HSV(B) 241.67º 0.53% 0.54% -
XYZ 8.72 6.78 24.52 -
YUV 73.81 163.66 123.15 -
System Red Green Blue C M Y K H S L
Decimal 67 65 137 0.51 0.53 0 0.46 241.67 0.36 0.4
Hex 43 41 89 33 35 0 2E F2 24 28
Octal 103 101 211 63 65 0 56 362 44 50
Binary 1000011 1000001 10001001 110011 110101 0 101110 11110010 100100 101000

Color Harmonies of #434189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434189

Black with #434189

Text Example


Text Example

White with #434189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434189; }

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

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

background-color css

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

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

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

border-color css

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

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

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