Html Css Color HEX #434191 Dark Slate Blue

📋 copy color: '#434191'

red 67 ◦ green 65 ◦ blue 145

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

Shades of Dark Slate Blue #434191

Tints of Dark Slate Blue #434191

RGB

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

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

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

R = 24.19%
G = 23.47%
B = 52.35%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#434191 (or 0x434191) is known color: Dark Slate Blue. HEX triplet: 43, 41 and 91. RGB value is (67,65,145). Sum of RGB (Red+Green+Blue) = 67+65+145=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #434191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434191 is #BCBE6E. Grayscale: #4A4A4A. Windows color (decimal): -12369519 or 9519427. OLE color: 9519427.

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

Color convert

RGB 67 65 145 -
CMYK 0.54 0.55 0 0.43
HSL 241.5º 0.38% 0.41% -
HSV(B) 241.5º 0.55% 0.57% -
XYZ 9.32 7.02 27.65 -
YUV 74.72 167.66 122.5 -
System Red Green Blue C M Y K H S L
Decimal 67 65 145 0.54 0.55 0 0.43 241.5 0.38 0.41
Hex 43 41 91 36 37 0 2B F2 26 29
Octal 103 101 221 66 67 0 53 362 46 51
Binary 1000011 1000001 10010001 110110 110111 0 101011 11110010 100110 101001

Color Harmonies of #434191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434191

Black with #434191

Text Example


Text Example

White with #434191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434191; }

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

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

background-color css

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

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

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

border-color css

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

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

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