#432A95

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

Shades of Blue Gem #432A95

Tints of Blue Gem #432A95

Color information

#432A95 (or 0x432A95) is unknown color: approx Blue Gem. HEX triplet: 43, 2A and 95. RGB value is (67,42,149). Sum of RGB (Red+Green+Blue) = 67+42+149=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #432A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432A95 is #BCD56A. Grayscale: #3D3D3D. Windows color (decimal): -12375403 or 9775683. OLE color: 9775683.

HSL color Cylindrical-coordinate representation of color #432A95: hue angle of 254.02º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432A95 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6742149-
CMYK0.550.7200.42
HSL254.02º56.02%37.45%-
HSV(B)254.02º71.81%58.43%-
XYZ8.575.0228.95-
YUV61.67177.28131.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.97%
GREEN value IS 42 (16.80% from 255) = 16.28%
BLUE value IS 149 (58.59% from 255) = 57.75%
R=25.97%
G=16.28%
B=57.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67421490.550.7200.42254.0256.0237.45
Hex432A95374802Afe3825
Octal10352225671100523767045
Binary1000011101010100101011101111001000010101011111110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432A95; }

 p { color: rgb(67,42,149); }

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

<style>
 a { background-color: #432A95; }

 a { background-color: rgb(67,42,149); }

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

<style>
 span { border-color: #432A95; }

 span { border-color: rgb(67,42,149); }

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