Html Css Color HEX #432592 Blue Gem

📋 copy color: '#432592'

red 67 ◦ green 37 ◦ blue 146

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

Shades of Blue Gem #432592

Tints of Blue Gem #432592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.4%

R = 26.8%
G = 14.8%
B = 58.4%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#432592 (or 0x432592) is known color: Blue Gem. HEX triplet: 43, 25 and 92. RGB value is (67,37,146). Sum of RGB (Red+Green+Blue) = 67+37+146=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #432592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432592 is #BCDA6D. Grayscale: #393939. Windows color (decimal): -12376686 or 9577795. OLE color: 9577795.

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

Color convert

RGB 67 37 146 -
CMYK 0.54 0.75 0 0.43
HSL 256.51º 0.6% 0.36% -
HSV(B) 256.51º 0.75% 0.57% -
XYZ 8.16 4.59 27.65 -
YUV 58.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 67 37 146 0.54 0.75 0 0.43 256.51 0.6 0.36
Hex 43 25 92 36 4B 0 2B 101 3C 24
Octal 103 45 222 66 113 0 53 401 74 44
Binary 1000011 100101 10010010 110110 1001011 0 101011 100000001 111100 100100

Color Harmonies of #432592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432592

Black with #432592

Text Example


Text Example

White with #432592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432592; }

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

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

background-color css

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

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

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

border-color css

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

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

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