Html Css Color HEX #432BA3 Blue Gem

📋 copy color: '#432BA3'

red 67 ◦ green 43 ◦ blue 163

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

Shades of Blue Gem #432BA3

Tints of Blue Gem #432BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 59.71%

R = 24.54%
G = 15.75%
B = 59.71%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#432BA3 (or 0x432BA3) is known color: Blue Gem. HEX triplet: 43, 2B and A3. RGB value is (67,43,163). Sum of RGB (Red+Green+Blue) = 67+43+163=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 163 (64.06% from 255 or 59.71% from 273); Max value from RGB is 163 - color contains mainly: blue. Hex color #432BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432BA3 is #BCD45C. Grayscale: #3F3F3F. Windows color (decimal): -12375133 or 10693443. OLE color: 10693443.

HSL color Cylindrical-coordinate representation of color #432BA3: hue angle of 252º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #432BA3 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 67 43 163 -
CMYK 0.59 0.74 0 0.36
HSL 252º 0.58% 0.4% -
HSV(B) 252º 0.74% 0.64% -
XYZ 9.79 5.57 35.21 -
YUV 63.86 183.95 130.24 -
System Red Green Blue C M Y K H S L
Decimal 67 43 163 0.59 0.74 0 0.36 252 0.58 0.4
Hex 43 2B A3 3B 4A 0 24 FC 3A 28
Octal 103 53 243 73 112 0 44 374 72 50
Binary 1000011 101011 10100011 111011 1001010 0 100100 11111100 111010 101000

Color Harmonies of #432BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432BA3

Black with #432BA3

Text Example


Text Example

White with #432BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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