Html Css Color HEX #43329C Blue Gem

📋 copy color: '#43329C'

red 67 ◦ green 50 ◦ blue 156

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

Shades of Blue Gem #43329C

Tints of Blue Gem #43329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.14%

R = 24.54%
G = 18.32%
B = 57.14%

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

#43329C (or 0x43329C) is known color: Blue Gem. HEX triplet: 43, 32 and 9C. RGB value is (67,50,156). Sum of RGB (Red+Green+Blue) = 67+50+156=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #43329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43329C is #BCCD63. Grayscale: #424242. Windows color (decimal): -12373348 or 10236483. OLE color: 10236483.

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

Color convert

RGB 67 50 156 -
CMYK 0.57 0.68 0 0.39
HSL 249.62º 0.51% 0.4% -
HSV(B) 249.62º 0.68% 0.61% -
XYZ 9.46 5.87 32.09 -
YUV 67.17 178.13 127.88 -
System Red Green Blue C M Y K H S L
Decimal 67 50 156 0.57 0.68 0 0.39 249.62 0.51 0.4
Hex 43 32 9C 39 44 0 27 FA 33 28
Octal 103 62 234 71 104 0 47 372 63 50
Binary 1000011 110010 10011100 111001 1000100 0 100111 11111010 110011 101000

Color Harmonies of #43329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43329C

Black with #43329C

Text Example


Text Example

White with #43329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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