Html Css Color HEX #2F0FFD Han Purple

📋 copy color: '#2F0FFD'

red 47 ◦ green 15 ◦ blue 253

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

Shades of Han Purple #2F0FFD

Tints of Han Purple #2F0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.76%

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

R = 14.92%
G = 4.76%
B = 80.32%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F0FFD (or 0x2F0FFD) is known color: Han Purple. HEX triplet: 2F, 0F and FD. RGB value is (47,15,253). Sum of RGB (Red+Green+Blue) = 47+15+253=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F0FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0FFD is #D0F002. Grayscale: #323232. Windows color (decimal): -13692931 or 16584495. OLE color: 16584495.

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

Color convert

RGB 47 15 253 -
CMYK 0.81 0.94 0 0.01
HSL 248.07º 0.98% 0.53% -
HSV(B) 248.07º 0.94% 0.99% -
XYZ 19.07 8.04 93.47 -
YUV 51.7 241.6 124.65 -
System Red Green Blue C M Y K H S L
Decimal 47 15 253 0.81 0.94 0 0.01 248.07 0.98 0.53
Hex 2F F FD 51 5E 0 1 F8 62 35
Octal 57 17 375 121 136 0 1 370 142 65
Binary 101111 1111 11111101 1010001 1011110 0 1 11111000 1100010 110101

Color Harmonies of #2F0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0FFD

Black with #2F0FFD

Text Example


Text Example

White with #2F0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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