Html Css Color HEX #2F0DFC Han Purple

📋 copy color: '#2F0DFC'

red 47 ◦ green 13 ◦ blue 252

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

Shades of Han Purple #2F0DFC

Tints of Han Purple #2F0DFC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.17%

 BLUE value IS 252 (98.83% from 255) = 80.77%

R = 15.06%
G = 4.17%
B = 80.77%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F0DFC (or 0x2F0DFC) is known color: Han Purple. HEX triplet: 2F, 0D and FC. RGB value is (47,13,252). Sum of RGB (Red+Green+Blue) = 47+13+252=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 252 (98.83% from 255 or 80.77% from 312); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F0DFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0DFC is #D0F203. Grayscale: #313131. Windows color (decimal): -13693444 or 16518447. OLE color: 16518447.

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

Color convert

RGB 47 13 252 -
CMYK 0.81 0.95 0 0.01
HSL 248.54º 0.98% 0.52% -
HSV(B) 248.54º 0.95% 0.99% -
XYZ 18.89 7.92 92.63 -
YUV 50.41 241.76 125.57 -
System Red Green Blue C M Y K H S L
Decimal 47 13 252 0.81 0.95 0 0.01 248.54 0.98 0.52
Hex 2F D FC 51 5F 0 1 F9 62 34
Octal 57 15 374 121 137 0 1 371 142 64
Binary 101111 1101 11111100 1010001 1011111 0 1 11111001 1100010 110100

Color Harmonies of #2F0DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0DFC

Black with #2F0DFC

Text Example


Text Example

White with #2F0DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,13,252); }

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

background-color css

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

 a { background-color: rgb(47,13,252); }

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

border-color css

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

 span { border-color: rgb(47,13,252); }

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