#2F1ADD

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

Shades of Han Purple #2F1ADD

Tints of Han Purple #2F1ADD

Color information

#2F1ADD (or 0x2F1ADD) is unknown color: approx Han Purple. HEX triplet: 2F, 1A and DD. RGB value is (47,26,221). Sum of RGB (Red+Green+Blue) = 47+26+221=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 221 (86.72% from 255 or 75.17% from 294); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F1ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1ADD is #D0E522. Grayscale: #353535. Windows color (decimal): -13690147 or 14490159. OLE color: 14490159.

HSL color Cylindrical-coordinate representation of color #2F1ADD: hue angle of 246.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F1ADD is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4726221-
CMYK0.790.8800.13
HSL246.46º78.95%48.43%-
HSV(B)246.46º88.24%86.67%-
XYZ14.596.5668.9-
YUV54.51221.96122.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.99%
GREEN value IS 26 (10.55% from 255) = 8.84%
BLUE value IS 221 (86.72% from 255) = 75.17%
R=15.99%
G=8.84%
B=75.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal47262210.790.8800.13246.4678.9548.43
Hex2F1ADD4F580Df64f30
Octal573233511713001536611760
Binary10111111010110111011001111101100001101111101101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F1ADD; }

 p { color: rgb(47,26,221); }

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

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

 a { background-color: rgb(47,26,221); }

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

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

 span { border-color: rgb(47,26,221); }

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