Html Css Color HEX #432098 Blue Gem

📋 copy color: '#432098'

red 67 ◦ green 32 ◦ blue 152

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

Shades of Blue Gem #432098

Tints of Blue Gem #432098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.75%

 BLUE value IS 152 (59.77% from 255) = 60.56%

R = 26.69%
G = 12.75%
B = 60.56%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#432098 (or 0x432098) is known color: Blue Gem. HEX triplet: 43, 20 and 98. RGB value is (67,32,152). Sum of RGB (Red+Green+Blue) = 67+32+152=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #432098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432098 is #BCDF67. Grayscale: #373737. Windows color (decimal): -12377960 or 9969731. OLE color: 9969731.

HSL color Cylindrical-coordinate representation of color #432098: hue angle of 257.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #432098 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 67 32 152 -
CMYK 0.56 0.79 0 0.40
HSL 257.5º 0.65% 0.36% -
HSV(B) 257.5º 0.79% 0.6% -
XYZ 8.5 4.49 30.13 -
YUV 56.15 182.1 135.74 -
System Red Green Blue C M Y K H S L
Decimal 67 32 152 0.56 0.79 0 0.40 257.5 0.65 0.36
Hex 43 20 98 38 4F 0 28 102 41 24
Octal 103 40 230 70 117 0 50 402 101 44
Binary 1000011 100000 10011000 111000 1001111 0 101000 100000010 1000001 100100

Color Harmonies of #432098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432098

Black with #432098

Text Example


Text Example

White with #432098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432098; }

 p { color: rgb(67,32,152); }

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

background-color css

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

 a { background-color: rgb(67,32,152); }

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

border-color css

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

 span { border-color: rgb(67,32,152); }

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