#292BF2

Color #292BF2 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #292BF2

Tints of Han Purple #292BF2

Color information

#292BF2 (or 0x292BF2) is unknown color: approx Han Purple. HEX triplet: 29, 2B and F2. RGB value is (41,43,242). Sum of RGB (Red+Green+Blue) = 41+43+242=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 242 (94.92% from 255 or 74.23% from 326); Max value from RGB is 242 - color contains mainly: blue. Hex color #292BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292BF2 is #D6D40D. Grayscale: #404040. Windows color (decimal): -14078990 or 15870761. OLE color: 15870761.

HSL color Cylindrical-coordinate representation of color #292BF2: hue angle of 239.4º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #292BF2 is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4143242-
CMYK0.830.8200.05
HSL239.4º88.55%55.49%-
HSV(B)239.4º83.06%94.9%-
XYZ17.818.6184.73-
YUV65.09227.84110.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.58%
GREEN value IS 43 (17.19% from 255) = 13.19%
BLUE value IS 242 (94.92% from 255) = 74.23%
R=12.58%
G=13.19%
B=74.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal41432420.830.8200.05239.488.5555.49
Hex292BF2535205ef5937
Octal51533621231220535713167
Binary10100110101111110010101001110100100101111011111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292BF2; }

 p { color: rgb(41,43,242); }

 H1.HeaderClassName
 {
   color: #292BF2;
 }
 .AnyTagClassName
 {
   color: #292BF2;
 }
</style>
background-color css

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

 a { background-color: rgb(41,43,242); }

 div.DivClassName
 {
   background-color: #292BF2;
 }
 .BgClassName
 {
   background-color: #292BF2;
 }
</style>
border-color css

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

 span { border-color: rgb(41,43,242); }

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