Html Css Color HEX #432594 Blue Gem

📋 copy color: '#432594'

red 67 ◦ green 37 ◦ blue 148

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

Shades of Blue Gem #432594

Tints of Blue Gem #432594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.73%

R = 26.59%
G = 14.68%
B = 58.73%

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

#432594 (or 0x432594) is known color: Blue Gem. HEX triplet: 43, 25 and 94. RGB value is (67,37,148). Sum of RGB (Red+Green+Blue) = 67+37+148=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #432594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432594 is #BCDA6B. Grayscale: #3A3A3A. Windows color (decimal): -12376684 or 9708867. OLE color: 9708867.

HSL color Cylindrical-coordinate representation of color #432594: hue angle of 256.22º 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 #432594 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 37 148 -
CMYK 0.55 0.75 0 0.42
HSL 256.22º 0.6% 0.36% -
HSV(B) 256.22º 0.75% 0.58% -
XYZ 8.32 4.65 28.48 -
YUV 58.62 178.44 133.97 -
System Red Green Blue C M Y K H S L
Decimal 67 37 148 0.55 0.75 0 0.42 256.22 0.6 0.36
Hex 43 25 94 37 4B 0 2A 100 3C 24
Octal 103 45 224 67 113 0 52 400 74 44
Binary 1000011 100101 10010100 110111 1001011 0 101010 100000000 111100 100100

Color Harmonies of #432594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432594

Black with #432594

Text Example


Text Example

White with #432594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432594; }

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

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

background-color css

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

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

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

border-color css

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

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

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