#2F18FF

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

Shades of Han Purple #2F18FF

Tints of Han Purple #2F18FF

Color information

#2F18FF (or 0x2F18FF) is unknown color: approx Han Purple. HEX triplet: 2F, 18 and FF. RGB value is (47,24,255). Sum of RGB (Red+Green+Blue) = 47+24+255=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F18FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F18FF is #D0E700. Grayscale: #383838. Windows color (decimal): -13690625 or 16717871. OLE color: 16717871.

HSL color Cylindrical-coordinate representation of color #2F18FF: hue angle of 245.97º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F18FF is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4724255-
CMYK0.820.9100
HSL245.97º100%54.71%-
HSV(B)245.97º90.59%100%-
XYZ19.558.4895.21-
YUV57.21239.62120.72-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.42%
GREEN value IS 24 (9.77% from 255) = 7.36%
BLUE value IS 255 (100% from 255) = 78.22%
R=14.42%
G=7.36%
B=78.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal47242550.820.9100245.9710054.71
Hex2F18FF525B00f66437
Octal57303771221330036614467
Binary10111111000111111111010010101101100111101101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F18FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,24,255); }

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

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

 a { background-color: rgb(47,24,255); }

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

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

 span { border-color: rgb(47,24,255); }

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