Html Css Color HEX #432895 Blue Gem

📋 copy color: '#432895'

red 67 ◦ green 40 ◦ blue 149

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

Shades of Blue Gem #432895

Tints of Blue Gem #432895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 26.17%
G = 15.63%
B = 58.2%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#432895 (or 0x432895) is known color: Blue Gem. HEX triplet: 43, 28 and 95. RGB value is (67,40,149). Sum of RGB (Red+Green+Blue) = 67+40+149=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #432895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432895 is #BCD76A. Grayscale: #3C3C3C. Windows color (decimal): -12375915 or 9775171. OLE color: 9775171.

HSL color Cylindrical-coordinate representation of color #432895: hue angle of 254.86º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432895 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 40 149 -
CMYK 0.55 0.73 0 0.42
HSL 254.86º 0.58% 0.37% -
HSV(B) 254.86º 0.73% 0.58% -
XYZ 8.5 4.88 28.93 -
YUV 60.5 177.95 132.64 -
System Red Green Blue C M Y K H S L
Decimal 67 40 149 0.55 0.73 0 0.42 254.86 0.58 0.37
Hex 43 28 95 37 49 0 2A FF 3A 25
Octal 103 50 225 67 111 0 52 377 72 45
Binary 1000011 101000 10010101 110111 1001001 0 101010 11111111 111010 100101

Color Harmonies of #432895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432895

Black with #432895

Text Example


Text Example

White with #432895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432895; }

 p { color: rgb(67,40,149); }

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

background-color css

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

 a { background-color: rgb(67,40,149); }

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

border-color css

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

 span { border-color: rgb(67,40,149); }

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