Html Css Color HEX #432695 Blue Gem

📋 copy color: '#432695'

red 67 ◦ green 38 ◦ blue 149

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

Shades of Blue Gem #432695

Tints of Blue Gem #432695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.96%

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

R = 26.38%
G = 14.96%
B = 58.66%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#432695 (or 0x432695) is known color: Blue Gem. HEX triplet: 43, 26 and 95. RGB value is (67,38,149). Sum of RGB (Red+Green+Blue) = 67+38+149=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #432695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432695 is #BCD96A. Grayscale: #3A3A3A. Windows color (decimal): -12376427 or 9774659. OLE color: 9774659.

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

Color convert

RGB 67 38 149 -
CMYK 0.55 0.74 0 0.42
HSL 255.68º 0.59% 0.37% -
HSV(B) 255.68º 0.74% 0.58% -
XYZ 8.43 4.75 28.91 -
YUV 59.33 178.61 133.47 -
System Red Green Blue C M Y K H S L
Decimal 67 38 149 0.55 0.74 0 0.42 255.68 0.59 0.37
Hex 43 26 95 37 4A 0 2A 100 3B 25
Octal 103 46 225 67 112 0 52 400 73 45
Binary 1000011 100110 10010101 110111 1001010 0 101010 100000000 111011 100101

Color Harmonies of #432695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432695

Black with #432695

Text Example


Text Example

White with #432695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432695; }

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

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

background-color css

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

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

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

border-color css

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

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

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