#43259F

Color #43259F Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #43259F

Tints of Blue Gem #43259F

Color information

#43259F (or 0x43259F) is unknown color: approx Blue Gem. HEX triplet: 43, 25 and 9F. RGB value is (67,37,159). Sum of RGB (Red+Green+Blue) = 67+37+159=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #43259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43259F is #BCDA60. Grayscale: #3B3B3B. Windows color (decimal): -12376673 or 10429763. OLE color: 10429763.

HSL color Cylindrical-coordinate representation of color #43259F: hue angle of 254.75º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43259F is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6737159-
CMYK0.580.7700.38
HSL254.75º62.24%38.43%-
HSV(B)254.75º76.73%62.35%-
XYZ9.235.0233.28-
YUV59.88183.94133.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.48%
GREEN value IS 37 (14.84% from 255) = 14.07%
BLUE value IS 159 (62.5% from 255) = 60.46%
R=25.48%
G=14.07%
B=60.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal67371590.580.7700.38254.7562.2438.43
Hex43259F3A4D026ff3e26
Octal10345237721150463777646
Binary1000011100101100111111110101001101010011011111111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43259F; }

 p { color: rgb(67,37,159); }

 H1.HeaderClassName
 {
   color: #43259F;
 }
 .AnyTagClassName
 {
   color: #43259F;
 }
</style>
background-color css

<style>
 a { background-color: #43259F; }

 a { background-color: rgb(67,37,159); }

 div.DivClassName
 {
   background-color: #43259F;
 }
 .BgClassName
 {
   background-color: #43259F;
 }
</style>
border-color css

<style>
 span { border-color: #43259F; }

 span { border-color: rgb(67,37,159); }

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