Html Css Color HEX #432595 Blue Gem

📋 copy color: '#432595'

red 67 ◦ green 37 ◦ blue 149

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

Shades of Blue Gem #432595

Tints of Blue Gem #432595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.62%

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

R = 26.48%
G = 14.62%
B = 58.89%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#432595 (or 0x432595) is known color: Blue Gem. HEX triplet: 43, 25 and 95. RGB value is (67,37,149). Sum of RGB (Red+Green+Blue) = 67+37+149=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #432595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432595 is #BCDA6A. Grayscale: #3A3A3A. Windows color (decimal): -12376683 or 9774403. OLE color: 9774403.

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

Color convert

RGB 67 37 149 -
CMYK 0.55 0.75 0 0.42
HSL 256.07º 0.6% 0.36% -
HSV(B) 256.07º 0.75% 0.58% -
XYZ 8.4 4.69 28.9 -
YUV 58.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 67 37 149 0.55 0.75 0 0.42 256.07 0.6 0.36
Hex 43 25 95 37 4B 0 2A 100 3C 24
Octal 103 45 225 67 113 0 52 400 74 44
Binary 1000011 100101 10010101 110111 1001011 0 101010 100000000 111100 100100

Color Harmonies of #432595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432595

Black with #432595

Text Example


Text Example

White with #432595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432595; }

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

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

background-color css

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

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

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

border-color css

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

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

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