Html Css Color HEX #432095 Blue Gem

📋 copy color: '#432095'

red 67 ◦ green 32 ◦ blue 149

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

Shades of Blue Gem #432095

Tints of Blue Gem #432095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

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

R = 27.02%
G = 12.9%
B = 60.08%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#432095 (or 0x432095) is known color: Blue Gem. HEX triplet: 43, 20 and 95. RGB value is (67,32,149). Sum of RGB (Red+Green+Blue) = 67+32+149=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #432095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432095 is #BCDF6A. Grayscale: #373737. Windows color (decimal): -12377963 or 9773123. OLE color: 9773123.

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

Color convert

RGB 67 32 149 -
CMYK 0.55 0.79 0 0.42
HSL 257.95º 0.65% 0.35% -
HSV(B) 257.95º 0.79% 0.58% -
XYZ 8.26 4.4 28.85 -
YUV 55.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 67 32 149 0.55 0.79 0 0.42 257.95 0.65 0.35
Hex 43 20 95 37 4F 0 2A 102 41 23
Octal 103 40 225 67 117 0 52 402 101 43
Binary 1000011 100000 10010101 110111 1001111 0 101010 100000010 1000001 100011

Color Harmonies of #432095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432095

Black with #432095

Text Example


Text Example

White with #432095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432095; }

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

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

background-color css

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

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

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

border-color css

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

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

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