Html Css Color HEX #43347F Dark Slate Blue

📋 copy color: '#43347F'

red 67 ◦ green 52 ◦ blue 127

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

Shades of Dark Slate Blue #43347F

Tints of Dark Slate Blue #43347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

 BLUE value IS 127 (50% from 255) = 51.63%

R = 27.24%
G = 21.14%
B = 51.63%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#43347F (or 0x43347F) is known color: Dark Slate Blue. HEX triplet: 43, 34 and 7F. RGB value is (67,52,127). Sum of RGB (Red+Green+Blue) = 67+52+127=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #43347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43347F is #BCCB80. Grayscale: #404040. Windows color (decimal): -12372865 or 8336451. OLE color: 8336451.

HSL color Cylindrical-coordinate representation of color #43347F: hue angle of 252º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43347F is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 52 127 -
CMYK 0.47 0.59 0 0.50
HSL 252º 0.42% 0.35% -
HSV(B) 252º 0.59% 0.5% -
XYZ 7.37 5.18 20.69 -
YUV 65.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 67 52 127 0.47 0.59 0 0.50 252 0.42 0.35
Hex 43 34 7F 2F 3B 0 32 FC 2A 23
Octal 103 64 177 57 73 0 62 374 52 43
Binary 1000011 110100 1111111 101111 111011 0 110010 11111100 101010 100011

Color Harmonies of #43347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43347F

Black with #43347F

Text Example


Text Example

White with #43347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43347F; }

 p { color: rgb(67,52,127); }

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

background-color css

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

 a { background-color: rgb(67,52,127); }

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

border-color css

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

 span { border-color: rgb(67,52,127); }

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