Html Css Color HEX #432A9D Blue Gem

📋 copy color: '#432A9D'

red 67 ◦ green 42 ◦ blue 157

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

Shades of Blue Gem #432A9D

Tints of Blue Gem #432A9D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.79%

 BLUE value IS 157 (61.72% from 255) = 59.02%

R = 25.19%
G = 15.79%
B = 59.02%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#432A9D (or 0x432A9D) is known color: Blue Gem. HEX triplet: 43, 2A and 9D. RGB value is (67,42,157). Sum of RGB (Red+Green+Blue) = 67+42+157=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #432A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432A9D is #BCD562. Grayscale: #3E3E3E. Windows color (decimal): -12375395 or 10299971. OLE color: 10299971.

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

Color convert

RGB 67 42 157 -
CMYK 0.57 0.73 0 0.38
HSL 253.04º 0.58% 0.39% -
HSV(B) 253.04º 0.73% 0.62% -
XYZ 9.23 5.28 32.43 -
YUV 62.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 67 42 157 0.57 0.73 0 0.38 253.04 0.58 0.39
Hex 43 2A 9D 39 49 0 26 FD 3A 27
Octal 103 52 235 71 111 0 46 375 72 47
Binary 1000011 101010 10011101 111001 1001001 0 100110 11111101 111010 100111

Color Harmonies of #432A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432A9D

Black with #432A9D

Text Example


Text Example

White with #432A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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