Html Css Color HEX #43419C Dark Slate Blue

📋 copy color: '#43419C'

red 67 ◦ green 65 ◦ blue 156

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

Shades of Dark Slate Blue #43419C

Tints of Dark Slate Blue #43419C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.17%

R = 23.26%
G = 22.57%
B = 54.17%

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

#43419C (or 0x43419C) is known color: Dark Slate Blue. HEX triplet: 43, 41 and 9C. RGB value is (67,65,156). Sum of RGB (Red+Green+Blue) = 67+65+156=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #43419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43419C is #BCBE63. Grayscale: #4B4B4B. Windows color (decimal): -12369508 or 10240323. OLE color: 10240323.

HSL color Cylindrical-coordinate representation of color #43419C: hue angle of 241.32º 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 #43419C is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 67 65 156 -
CMYK 0.57 0.58 0 0.39
HSL 241.32º 0.41% 0.43% -
HSV(B) 241.32º 0.58% 0.61% -
XYZ 10.21 7.37 32.34 -
YUV 75.97 173.16 121.6 -
System Red Green Blue C M Y K H S L
Decimal 67 65 156 0.57 0.58 0 0.39 241.32 0.41 0.43
Hex 43 41 9C 39 3A 0 27 F1 29 2B
Octal 103 101 234 71 72 0 47 361 51 53
Binary 1000011 1000001 10011100 111001 111010 0 100111 11110001 101001 101011

Color Harmonies of #43419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43419C

Black with #43419C

Text Example


Text Example

White with #43419C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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