Html Css Color HEX #2F01DF Han Purple

📋 copy color: '#2F01DF'

red 47 ◦ green 1 ◦ blue 223

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

Shades of Han Purple #2F01DF

Tints of Han Purple #2F01DF

RGB

 RED value IS 47 (18.75% from 255) = 17.34%

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 223 (87.5% from 255) = 82.29%

R = 17.34%
G = 0.37%
B = 82.29%

CMYK

 C value IS 0.79

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F01DF (or 0x2F01DF) is known color: Han Purple. HEX triplet: 2F, 01 and DF. RGB value is (47,1,223). Sum of RGB (Red+Green+Blue) = 47+1+223=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #2F01DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F01DF is #D0FE20. Grayscale: #272727. Windows color (decimal): -13696545 or 14614831. OLE color: 14614831.

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

Color convert

RGB 47 1 223 -
CMYK 0.79 1.00 0 0.13
HSL 252.43º 0.99% 0.44% -
HSV(B) 252.43º 1% 0.87% -
XYZ 14.5 5.95 70.2 -
YUV 40.06 231.24 132.95 -
System Red Green Blue C M Y K H S L
Decimal 47 1 223 0.79 1.00 0 0.13 252.43 0.99 0.44
Hex 2F 1 DF 4F 64 0 D FC 63 2C
Octal 57 1 337 117 144 0 15 374 143 54
Binary 101111 1 11011111 1001111 1100100 0 1101 11111100 1100011 101100

Color Harmonies of #2F01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F01DF

Black with #2F01DF

Text Example


Text Example

White with #2F01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,1,223); }

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

background-color css

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

 a { background-color: rgb(47,1,223); }

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

border-color css

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

 span { border-color: rgb(47,1,223); }

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