Html Css Color HEX #43409C Dark Slate Blue

📋 copy color: '#43409C'

red 67 ◦ green 64 ◦ blue 156

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

Shades of Dark Slate Blue #43409C

Tints of Dark Slate Blue #43409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 23.34%
G = 22.3%
B = 54.36%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#43409C (or 0x43409C) is known color: Dark Slate Blue. HEX triplet: 43, 40 and 9C. RGB value is (67,64,156). Sum of RGB (Red+Green+Blue) = 67+64+156=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #43409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43409C is #BCBF63. Grayscale: #4B4B4B. Windows color (decimal): -12369764 or 10240067. OLE color: 10240067.

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

Color convert

RGB 67 64 156 -
CMYK 0.57 0.59 0 0.39
HSL 241.96º 0.42% 0.43% -
HSV(B) 241.96º 0.59% 0.61% -
XYZ 10.15 7.26 32.32 -
YUV 75.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 67 64 156 0.57 0.59 0 0.39 241.96 0.42 0.43
Hex 43 40 9C 39 3B 0 27 F2 2A 2B
Octal 103 100 234 71 73 0 47 362 52 53
Binary 1000011 1000000 10011100 111001 111011 0 100111 11110010 101010 101011

Color Harmonies of #43409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43409C

Black with #43409C

Text Example


Text Example

White with #43409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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