Html Css Color HEX #2F01DD Han Purple

📋 copy color: '#2F01DD'

red 47 ◦ green 1 ◦ blue 221

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

Shades of Han Purple #2F01DD

Tints of Han Purple #2F01DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 82.16%

R = 17.47%
G = 0.37%
B = 82.16%

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

#2F01DD (or 0x2F01DD) is known color: Han Purple. HEX triplet: 2F, 01 and DD. RGB value is (47,1,221). Sum of RGB (Red+Green+Blue) = 47+1+221=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F01DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F01DD is #D0FE22. Grayscale: #272727. Windows color (decimal): -13696547 or 14483759. OLE color: 14483759.

HSL color Cylindrical-coordinate representation of color #2F01DD: hue angle of 252.55º 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 #2F01DD is Cyan = 0.79, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 1 221 -
CMYK 0.79 1.00 0 0.13
HSL 252.55º 0.99% 0.44% -
HSV(B) 252.55º 1% 0.87% -
XYZ 14.23 5.85 68.78 -
YUV 39.83 230.24 133.11 -
System Red Green Blue C M Y K H S L
Decimal 47 1 221 0.79 1.00 0 0.13 252.55 0.99 0.44
Hex 2F 1 DD 4F 64 0 D FD 63 2C
Octal 57 1 335 117 144 0 15 375 143 54
Binary 101111 1 11011101 1001111 1100100 0 1101 11111101 1100011 101100

Color Harmonies of #2F01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F01DD

Black with #2F01DD

Text Example


Text Example

White with #2F01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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