Html Css Color HEX #432990 Blue Gem

📋 copy color: '#432990'

red 67 ◦ green 41 ◦ blue 144

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

Shades of Blue Gem #432990

Tints of Blue Gem #432990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.27%

 BLUE value IS 144 (56.64% from 255) = 57.14%

R = 26.59%
G = 16.27%
B = 57.14%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#432990 (or 0x432990) is known color: Blue Gem. HEX triplet: 43, 29 and 90. RGB value is (67,41,144). Sum of RGB (Red+Green+Blue) = 67+41+144=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #432990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432990 is #BCD66F. Grayscale: #3C3C3C. Windows color (decimal): -12375664 or 9447747. OLE color: 9447747.

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

Color convert

RGB 67 41 144 -
CMYK 0.53 0.72 0 0.44
HSL 255.15º 0.56% 0.36% -
HSV(B) 255.15º 0.72% 0.56% -
XYZ 8.14 4.79 26.88 -
YUV 60.52 175.11 132.62 -
System Red Green Blue C M Y K H S L
Decimal 67 41 144 0.53 0.72 0 0.44 255.15 0.56 0.36
Hex 43 29 90 35 48 0 2C FF 38 24
Octal 103 51 220 65 110 0 54 377 70 44
Binary 1000011 101001 10010000 110101 1001000 0 101100 11111111 111000 100100

Color Harmonies of #432990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432990

Black with #432990

Text Example


Text Example

White with #432990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432990; }

 p { color: rgb(67,41,144); }

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

background-color css

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

 a { background-color: rgb(67,41,144); }

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

border-color css

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

 span { border-color: rgb(67,41,144); }

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