Html Css Color HEX #43319B Blue Gem

📋 copy color: '#43319B'

red 67 ◦ green 49 ◦ blue 155

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

Shades of Blue Gem #43319B

Tints of Blue Gem #43319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 24.72%
G = 18.08%
B = 57.2%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#43319B (or 0x43319B) is known color: Blue Gem. HEX triplet: 43, 31 and 9B. RGB value is (67,49,155). Sum of RGB (Red+Green+Blue) = 67+49+155=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #43319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43319B is #BCCE64. Grayscale: #424242. Windows color (decimal): -12373605 or 10170691. OLE color: 10170691.

HSL color Cylindrical-coordinate representation of color #43319B: hue angle of 250.19º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43319B is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 67 49 155 -
CMYK 0.57 0.68 0 0.39
HSL 250.19º 0.52% 0.4% -
HSV(B) 250.19º 0.68% 0.61% -
XYZ 9.33 5.76 31.63 -
YUV 66.47 177.96 128.38 -
System Red Green Blue C M Y K H S L
Decimal 67 49 155 0.57 0.68 0 0.39 250.19 0.52 0.4
Hex 43 31 9B 39 44 0 27 FA 34 28
Octal 103 61 233 71 104 0 47 372 64 50
Binary 1000011 110001 10011011 111001 1000100 0 100111 11111010 110100 101000

Color Harmonies of #43319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43319B

Black with #43319B

Text Example


Text Example

White with #43319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43319B; }

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

 H1.HeaderClassName
 {
   color: #43319B;
 }
 .AnyTagClassName
 {
   color: #43319B;
 }
</style>

background-color css

<style>
 a { background-color: #43319B; }

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

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

border-color css

<style>
 span { border-color: #43319B; }

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

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