Html Css Color HEX #432B9F Blue Gem

📋 copy color: '#432B9F'

red 67 ◦ green 43 ◦ blue 159

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

Shades of Blue Gem #432B9F

Tints of Blue Gem #432B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 59.11%

R = 24.91%
G = 15.99%
B = 59.11%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#432B9F (or 0x432B9F) is known color: Blue Gem. HEX triplet: 43, 2B and 9F. RGB value is (67,43,159). Sum of RGB (Red+Green+Blue) = 67+43+159=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #432B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432B9F is #BCD460. Grayscale: #3E3E3E. Windows color (decimal): -12375137 or 10431299. OLE color: 10431299.

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

Color convert

RGB 67 43 159 -
CMYK 0.58 0.73 0 0.38
HSL 252.41º 0.57% 0.4% -
HSV(B) 252.41º 0.73% 0.62% -
XYZ 9.44 5.42 33.35 -
YUV 63.4 181.95 130.57 -
System Red Green Blue C M Y K H S L
Decimal 67 43 159 0.58 0.73 0 0.38 252.41 0.57 0.4
Hex 43 2B 9F 3A 49 0 26 FC 39 28
Octal 103 53 237 72 111 0 46 374 71 50
Binary 1000011 101011 10011111 111010 1001001 0 100110 11111100 111001 101000

Color Harmonies of #432B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432B9F

Black with #432B9F

Text Example


Text Example

White with #432B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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