Html Css Color HEX #2F09FD Han Purple

📋 copy color: '#2F09FD'

red 47 ◦ green 9 ◦ blue 253

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

Shades of Han Purple #2F09FD

Tints of Han Purple #2F09FD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.91%

 BLUE value IS 253 (99.22% from 255) = 81.88%

R = 15.21%
G = 2.91%
B = 81.88%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F09FD (or 0x2F09FD) is known color: Han Purple. HEX triplet: 2F, 09 and FD. RGB value is (47,9,253). Sum of RGB (Red+Green+Blue) = 47+9+253=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 253 (99.22% from 255 or 81.88% from 309); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F09FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F09FD is #D0F602. Grayscale: #2F2F2F. Windows color (decimal): -13694467 or 16582959. OLE color: 16582959.

HSL color Cylindrical-coordinate representation of color #2F09FD: hue angle of 249.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F09FD is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 9 253 -
CMYK 0.81 0.96 0 0.01
HSL 249.34º 0.98% 0.51% -
HSV(B) 249.34º 0.96% 0.99% -
XYZ 19 7.89 93.45 -
YUV 48.18 243.59 127.16 -
System Red Green Blue C M Y K H S L
Decimal 47 9 253 0.81 0.96 0 0.01 249.34 0.98 0.51
Hex 2F 9 FD 51 60 0 1 F9 62 33
Octal 57 11 375 121 140 0 1 371 142 63
Binary 101111 1001 11111101 1010001 1100000 0 1 11111001 1100010 110011

Color Harmonies of #2F09FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F09FD

Black with #2F09FD

Text Example


Text Example

White with #2F09FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,9,253); }

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

background-color css

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

 a { background-color: rgb(47,9,253); }

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

border-color css

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

 span { border-color: rgb(47,9,253); }

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