Html Css Color HEX #2F0EFD Han Purple

📋 copy color: '#2F0EFD'

red 47 ◦ green 14 ◦ blue 253

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

Shades of Han Purple #2F0EFD

Tints of Han Purple #2F0EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.46%

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

R = 14.97%
G = 4.46%
B = 80.57%

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

#2F0EFD (or 0x2F0EFD) is known color: Han Purple. HEX triplet: 2F, 0E and FD. RGB value is (47,14,253). Sum of RGB (Red+Green+Blue) = 47+14+253=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 253 (99.22% from 255 or 80.57% from 314); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F0EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0EFD is #D0F102. Grayscale: #323232. Windows color (decimal): -13693187 or 16584239. OLE color: 16584239.

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

Color convert

RGB 47 14 253 -
CMYK 0.81 0.94 0 0.01
HSL 248.28º 0.98% 0.52% -
HSV(B) 248.28º 0.94% 0.99% -
XYZ 19.06 8.01 93.47 -
YUV 51.11 241.93 125.07 -
System Red Green Blue C M Y K H S L
Decimal 47 14 253 0.81 0.94 0 0.01 248.28 0.98 0.52
Hex 2F E FD 51 5E 0 1 F8 62 34
Octal 57 16 375 121 136 0 1 370 142 64
Binary 101111 1110 11111101 1010001 1011110 0 1 11111000 1100010 110100

Color Harmonies of #2F0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0EFD

Black with #2F0EFD

Text Example


Text Example

White with #2F0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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