Html Css Color HEX #43329B Blue Gem

📋 copy color: '#43329B'

red 67 ◦ green 50 ◦ blue 155

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

Shades of Blue Gem #43329B

Tints of Blue Gem #43329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

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

R = 24.63%
G = 18.38%
B = 56.99%

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

#43329B (or 0x43329B) is known color: Blue Gem. HEX triplet: 43, 32 and 9B. RGB value is (67,50,155). Sum of RGB (Red+Green+Blue) = 67+50+155=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #43329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43329B is #BCCD64. Grayscale: #424242. Windows color (decimal): -12373349 or 10170947. OLE color: 10170947.

HSL color Cylindrical-coordinate representation of color #43329B: hue angle of 249.71º degrees, saturation: 0.51, 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 #43329B is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 67 50 155 -
CMYK 0.57 0.68 0 0.39
HSL 249.71º 0.51% 0.4% -
HSV(B) 249.71º 0.68% 0.61% -
XYZ 9.37 5.84 31.64 -
YUV 67.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 67 50 155 0.57 0.68 0 0.39 249.71 0.51 0.4
Hex 43 32 9B 39 44 0 27 FA 33 28
Octal 103 62 233 71 104 0 47 372 63 50
Binary 1000011 110010 10011011 111001 1000100 0 100111 11111010 110011 101000

Color Harmonies of #43329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43329B

Black with #43329B

Text Example


Text Example

White with #43329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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