Html Css Color HEX #432295 Blue Gem

📋 copy color: '#432295'

red 67 ◦ green 34 ◦ blue 149

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

Shades of Blue Gem #432295

Tints of Blue Gem #432295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.6%

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

R = 26.8%
G = 13.6%
B = 59.6%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#432295 (or 0x432295) is known color: Blue Gem. HEX triplet: 43, 22 and 95. RGB value is (67,34,149). Sum of RGB (Red+Green+Blue) = 67+34+149=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #432295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432295 is #BCDD6A. Grayscale: #383838. Windows color (decimal): -12377451 or 9773635. OLE color: 9773635.

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

Color convert

RGB 67 34 149 -
CMYK 0.55 0.77 0 0.42
HSL 257.22º 0.63% 0.36% -
HSV(B) 257.22º 0.77% 0.58% -
XYZ 8.31 4.51 28.87 -
YUV 56.98 179.93 135.15 -
System Red Green Blue C M Y K H S L
Decimal 67 34 149 0.55 0.77 0 0.42 257.22 0.63 0.36
Hex 43 22 95 37 4D 0 2A 101 3F 24
Octal 103 42 225 67 115 0 52 401 77 44
Binary 1000011 100010 10010101 110111 1001101 0 101010 100000001 111111 100100

Color Harmonies of #432295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432295

Black with #432295

Text Example


Text Example

White with #432295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432295; }

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

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

background-color css

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

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

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

border-color css

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

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

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