Html Css Color HEX #432E8E Blue Gem

📋 copy color: '#432E8E'

red 67 ◦ green 46 ◦ blue 142

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

Shades of Blue Gem #432E8E

Tints of Blue Gem #432E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.04%

 BLUE value IS 142 (55.86% from 255) = 55.69%

R = 26.27%
G = 18.04%
B = 55.69%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#432E8E (or 0x432E8E) is known color: Blue Gem. HEX triplet: 43, 2E and 8E. RGB value is (67,46,142). Sum of RGB (Red+Green+Blue) = 67+46+142=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #432E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432E8E is #BCD171. Grayscale: #3E3E3E. Windows color (decimal): -12374386 or 9317955. OLE color: 9317955.

HSL color Cylindrical-coordinate representation of color #432E8E: hue angle of 253.12º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #432E8E is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 46 142 -
CMYK 0.53 0.68 0 0.44
HSL 253.13º 0.51% 0.37% -
HSV(B) 253.13º 0.68% 0.56% -
XYZ 8.17 5.1 26.14 -
YUV 63.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 67 46 142 0.53 0.68 0 0.44 253.13 0.51 0.37
Hex 43 2E 8E 35 44 0 2C FD 33 25
Octal 103 56 216 65 104 0 54 375 63 45
Binary 1000011 101110 10001110 110101 1000100 0 101100 11111101 110011 100101

Color Harmonies of #432E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432E8E

Black with #432E8E

Text Example


Text Example

White with #432E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,46,142); }

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

background-color css

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

 a { background-color: rgb(67,46,142); }

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

border-color css

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

 span { border-color: rgb(67,46,142); }

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