Html Css Color HEX #433192 Blue Gem

📋 copy color: '#433192'

red 67 ◦ green 49 ◦ blue 146

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

Shades of Blue Gem #433192

Tints of Blue Gem #433192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.7%

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

R = 25.57%
G = 18.7%
B = 55.73%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#433192 (or 0x433192) is known color: Blue Gem. HEX triplet: 43, 31 and 92. RGB value is (67,49,146). Sum of RGB (Red+Green+Blue) = 67+49+146=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #433192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433192 is #BCCE6D. Grayscale: #414141. Windows color (decimal): -12373614 or 9580867. OLE color: 9580867.

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

Color convert

RGB 67 49 146 -
CMYK 0.54 0.66 0 0.43
HSL 251.13º 0.5% 0.38% -
HSV(B) 251.13º 0.66% 0.57% -
XYZ 8.6 5.47 27.8 -
YUV 65.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 67 49 146 0.54 0.66 0 0.43 251.13 0.5 0.38
Hex 43 31 92 36 42 0 2B FB 32 26
Octal 103 61 222 66 102 0 53 373 62 46
Binary 1000011 110001 10010010 110110 1000010 0 101011 11111011 110010 100110

Color Harmonies of #433192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433192

Black with #433192

Text Example


Text Example

White with #433192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433192; }

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

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

background-color css

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

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

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

border-color css

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

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

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