Html Css Color HEX #43318D Blue Gem

📋 copy color: '#43318D'

red 67 ◦ green 49 ◦ blue 141

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

Shades of Blue Gem #43318D

Tints of Blue Gem #43318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.07%

 BLUE value IS 141 (55.47% from 255) = 54.86%

R = 26.07%
G = 19.07%
B = 54.86%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43318D (or 0x43318D) is known color: Blue Gem. HEX triplet: 43, 31 and 8D. RGB value is (67,49,141). Sum of RGB (Red+Green+Blue) = 67+49+141=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #43318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43318D is #BCCE72. Grayscale: #404040. Windows color (decimal): -12373619 or 9253187. OLE color: 9253187.

HSL color Cylindrical-coordinate representation of color #43318D: hue angle of 251.74º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43318D is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 49 141 -
CMYK 0.52 0.65 0 0.45
HSL 251.74º 0.48% 0.37% -
HSV(B) 251.74º 0.65% 0.55% -
XYZ 8.22 5.31 25.79 -
YUV 64.87 170.96 129.52 -
System Red Green Blue C M Y K H S L
Decimal 67 49 141 0.52 0.65 0 0.45 251.74 0.48 0.37
Hex 43 31 8D 34 41 0 2D FC 30 25
Octal 103 61 215 64 101 0 55 374 60 45
Binary 1000011 110001 10001101 110100 1000001 0 101101 11111100 110000 100101

Color Harmonies of #43318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43318D

Black with #43318D

Text Example


Text Example

White with #43318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43318D; }

 p { color: rgb(67,49,141); }

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

background-color css

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

 a { background-color: rgb(67,49,141); }

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

border-color css

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

 span { border-color: rgb(67,49,141); }

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