Html Css Color HEX #2F17D7 Han Purple

📋 copy color: '#2F17D7'

red 47 ◦ green 23 ◦ blue 215

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

Shades of Han Purple #2F17D7

Tints of Han Purple #2F17D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 75.44%

R = 16.49%
G = 8.07%
B = 75.44%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2F17D7 (or 0x2F17D7) is known color: Han Purple. HEX triplet: 2F, 17 and D7. RGB value is (47,23,215). Sum of RGB (Red+Green+Blue) = 47+23+215=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 215 (84.38% from 255 or 75.44% from 285); Max value from RGB is 215 - color contains mainly: blue. Hex color #2F17D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F17D7 is #D0E828. Grayscale: #333333. Windows color (decimal): -13690921 or 14096175. OLE color: 14096175.

HSL color Cylindrical-coordinate representation of color #2F17D7: hue angle of 247.5º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F17D7 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 23 215 -
CMYK 0.78 0.89 0 0.16
HSL 247.5º 0.81% 0.47% -
HSV(B) 247.5º 0.89% 0.84% -
XYZ 13.74 6.12 64.75 -
YUV 52.06 219.95 124.39 -
System Red Green Blue C M Y K H S L
Decimal 47 23 215 0.78 0.89 0 0.16 247.5 0.81 0.47
Hex 2F 17 D7 4E 59 0 10 F8 51 2F
Octal 57 27 327 116 131 0 20 370 121 57
Binary 101111 10111 11010111 1001110 1011001 0 10000 11111000 1010001 101111

Color Harmonies of #2F17D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F17D7

Black with #2F17D7

Text Example


Text Example

White with #2F17D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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