Html Css Color HEX #433491 Blue Gem

📋 copy color: '#433491'

red 67 ◦ green 52 ◦ blue 145

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

Shades of Blue Gem #433491

Tints of Blue Gem #433491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.7%

 BLUE value IS 145 (57.03% from 255) = 54.92%

R = 25.38%
G = 19.7%
B = 54.92%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#433491 (or 0x433491) is known color: Blue Gem. HEX triplet: 43, 34 and 91. RGB value is (67,52,145). Sum of RGB (Red+Green+Blue) = 67+52+145=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #433491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433491 is #BCCB6E. Grayscale: #424242. Windows color (decimal): -12372847 or 9516099. OLE color: 9516099.

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

Color convert

RGB 67 52 145 -
CMYK 0.54 0.64 0 0.43
HSL 249.68º 0.47% 0.39% -
HSV(B) 249.68º 0.64% 0.57% -
XYZ 8.65 5.69 27.43 -
YUV 67.09 171.97 127.94 -
System Red Green Blue C M Y K H S L
Decimal 67 52 145 0.54 0.64 0 0.43 249.68 0.47 0.39
Hex 43 34 91 36 40 0 2B FA 2F 27
Octal 103 64 221 66 100 0 53 372 57 47
Binary 1000011 110100 10010001 110110 1000000 0 101011 11111010 101111 100111

Color Harmonies of #433491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433491

Black with #433491

Text Example


Text Example

White with #433491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433491; }

 p { color: rgb(67,52,145); }

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

background-color css

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

 a { background-color: rgb(67,52,145); }

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

border-color css

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

 span { border-color: rgb(67,52,145); }

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