Html Css Color HEX #432BA0 Blue Gem

📋 copy color: '#432BA0'

red 67 ◦ green 43 ◦ blue 160

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

Shades of Blue Gem #432BA0

Tints of Blue Gem #432BA0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.93%

 BLUE value IS 160 (62.89% from 255) = 59.26%

R = 24.81%
G = 15.93%
B = 59.26%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#432BA0 (or 0x432BA0) is known color: Blue Gem. HEX triplet: 43, 2B and A0. RGB value is (67,43,160). Sum of RGB (Red+Green+Blue) = 67+43+160=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #432BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432BA0 is #BCD45F. Grayscale: #3F3F3F. Windows color (decimal): -12375136 or 10496835. OLE color: 10496835.

HSL color Cylindrical-coordinate representation of color #432BA0: hue angle of 252.31º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432BA0 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 67 43 160 -
CMYK 0.58 0.73 0 0.37
HSL 252.31º 0.58% 0.4% -
HSV(B) 252.31º 0.73% 0.63% -
XYZ 9.52 5.46 33.81 -
YUV 63.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 67 43 160 0.58 0.73 0 0.37 252.31 0.58 0.4
Hex 43 2B A0 3A 49 0 25 FC 3A 28
Octal 103 53 240 72 111 0 45 374 72 50
Binary 1000011 101011 10100000 111010 1001001 0 100101 11111100 111010 101000

Color Harmonies of #432BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432BA0

Black with #432BA0

Text Example


Text Example

White with #432BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,43,160); }

 H1.HeaderClassName
 {
   color: #432BA0;
 }
 .AnyTagClassName
 {
   color: #432BA0;
 }
</style>

background-color css

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

 a { background-color: rgb(67,43,160); }

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

border-color css

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

 span { border-color: rgb(67,43,160); }

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