Html Css Color HEX #43419B Dark Slate Blue

📋 copy color: '#43419B'

red 67 ◦ green 65 ◦ blue 155

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

Shades of Dark Slate Blue #43419B

Tints of Dark Slate Blue #43419B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.01%

R = 23.34%
G = 22.65%
B = 54.01%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#43419B (or 0x43419B) is known color: Dark Slate Blue. HEX triplet: 43, 41 and 9B. RGB value is (67,65,155). Sum of RGB (Red+Green+Blue) = 67+65+155=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #43419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43419B is #BCBE64. Grayscale: #4B4B4B. Windows color (decimal): -12369509 or 10174787. OLE color: 10174787.

HSL color Cylindrical-coordinate representation of color #43419B: hue angle of 241.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43419B is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 67 65 155 -
CMYK 0.57 0.58 0 0.39
HSL 241.33º 0.41% 0.43% -
HSV(B) 241.33º 0.58% 0.61% -
XYZ 10.12 7.34 31.89 -
YUV 75.86 172.66 121.68 -
System Red Green Blue C M Y K H S L
Decimal 67 65 155 0.57 0.58 0 0.39 241.33 0.41 0.43
Hex 43 41 9B 39 3A 0 27 F1 29 2B
Octal 103 101 233 71 72 0 47 361 51 53
Binary 1000011 1000001 10011011 111001 111010 0 100111 11110001 101001 101011

Color Harmonies of #43419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43419B

Black with #43419B

Text Example


Text Example

White with #43419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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