Html Css Color HEX #43318C Blue Gem

📋 copy color: '#43318C'

red 67 ◦ green 49 ◦ blue 140

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

Shades of Blue Gem #43318C

Tints of Blue Gem #43318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.69%

R = 26.17%
G = 19.14%
B = 54.69%

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

#43318C (or 0x43318C) is known color: Blue Gem. HEX triplet: 43, 31 and 8C. RGB value is (67,49,140). Sum of RGB (Red+Green+Blue) = 67+49+140=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #43318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43318C is #BCCE73. Grayscale: #404040. Windows color (decimal): -12373620 or 9187651. OLE color: 9187651.

HSL color Cylindrical-coordinate representation of color #43318C: hue angle of 251.87º 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 #43318C is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 49 140 -
CMYK 0.52 0.65 0 0.45
HSL 251.87º 0.48% 0.37% -
HSV(B) 251.87º 0.65% 0.55% -
XYZ 8.15 5.28 25.4 -
YUV 64.76 170.46 129.6 -
System Red Green Blue C M Y K H S L
Decimal 67 49 140 0.52 0.65 0 0.45 251.87 0.48 0.37
Hex 43 31 8C 34 41 0 2D FC 30 25
Octal 103 61 214 64 101 0 55 374 60 45
Binary 1000011 110001 10001100 110100 1000001 0 101101 11111100 110000 100101

Color Harmonies of #43318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43318C

Black with #43318C

Text Example


Text Example

White with #43318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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