Html Css Color HEX #433195 Blue Gem

📋 copy color: '#433195'

red 67 ◦ green 49 ◦ blue 149

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

Shades of Blue Gem #433195

Tints of Blue Gem #433195

RGB

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

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

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

R = 25.28%
G = 18.49%
B = 56.23%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#433195 (or 0x433195) is known color: Blue Gem. HEX triplet: 43, 31 and 95. RGB value is (67,49,149). Sum of RGB (Red+Green+Blue) = 67+49+149=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #433195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433195 is #BCCE6A. Grayscale: #414141. Windows color (decimal): -12373611 or 9777475. OLE color: 9777475.

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

Color convert

RGB 67 49 149 -
CMYK 0.55 0.67 0 0.42
HSL 250.8º 0.51% 0.39% -
HSV(B) 250.8º 0.67% 0.58% -
XYZ 8.84 5.56 29.04 -
YUV 65.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 67 49 149 0.55 0.67 0 0.42 250.8 0.51 0.39
Hex 43 31 95 37 43 0 2A FB 33 27
Octal 103 61 225 67 103 0 52 373 63 47
Binary 1000011 110001 10010101 110111 1000011 0 101010 11111011 110011 100111

Color Harmonies of #433195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433195

Black with #433195

Text Example


Text Example

White with #433195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433195; }

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

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

background-color css

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

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

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

border-color css

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

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

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