Html Css Color HEX #2F17EF Han Purple

📋 copy color: '#2F17EF'

red 47 ◦ green 23 ◦ blue 239

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

Shades of Han Purple #2F17EF

Tints of Han Purple #2F17EF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

 BLUE value IS 239 (93.75% from 255) = 77.35%

R = 15.21%
G = 7.44%
B = 77.35%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2F17EF (or 0x2F17EF) is known color: Han Purple. HEX triplet: 2F, 17 and EF. RGB value is (47,23,239). Sum of RGB (Red+Green+Blue) = 47+23+239=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 239 (93.75% from 255 or 77.35% from 309); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F17EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F17EF is #D0E810. Grayscale: #353535. Windows color (decimal): -13690897 or 15669039. OLE color: 15669039.

HSL color Cylindrical-coordinate representation of color #2F17EF: hue angle of 246.67º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F17EF is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 23 239 -
CMYK 0.80 0.90 0 0.06
HSL 246.67º 0.87% 0.51% -
HSV(B) 246.67º 0.9% 0.94% -
XYZ 17.06 7.45 82.2 -
YUV 54.8 231.95 122.44 -
System Red Green Blue C M Y K H S L
Decimal 47 23 239 0.80 0.90 0 0.06 246.67 0.87 0.51
Hex 2F 17 EF 50 5A 0 6 F7 57 33
Octal 57 27 357 120 132 0 6 367 127 63
Binary 101111 10111 11101111 1010000 1011010 0 110 11110111 1010111 110011

Color Harmonies of #2F17EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F17EF

Black with #2F17EF

Text Example


Text Example

White with #2F17EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,23,239); }

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

background-color css

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

 a { background-color: rgb(47,23,239); }

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

border-color css

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

 span { border-color: rgb(47,23,239); }

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