Html Css Color HEX #2F10EB Han Purple

📋 copy color: '#2F10EB'

red 47 ◦ green 16 ◦ blue 235

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

Shades of Han Purple #2F10EB

Tints of Han Purple #2F10EB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

 BLUE value IS 235 (92.19% from 255) = 78.86%

R = 15.77%
G = 5.37%
B = 78.86%

CMYK

 C value IS 0.8

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F10EB (or 0x2F10EB) is known color: Han Purple. HEX triplet: 2F, 10 and EB. RGB value is (47,16,235). Sum of RGB (Red+Green+Blue) = 47+16+235=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 235 (92.19% from 255 or 78.86% from 298); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F10EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F10EB is #D0EF14. Grayscale: #313131. Windows color (decimal): -13692693 or 15405103. OLE color: 15405103.

HSL color Cylindrical-coordinate representation of color #2F10EB: hue angle of 248.49º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F10EB is Cyan = 0.8, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 16 235 -
CMYK 0.8 0.93 0 0.08
HSL 248.49º 0.87% 0.49% -
HSV(B) 248.49º 0.93% 0.92% -
XYZ 16.35 6.97 79.08 -
YUV 50.24 232.27 125.69 -
System Red Green Blue C M Y K H S L
Decimal 47 16 235 0.8 0.93 0 0.08 248.49 0.87 0.49
Hex 2F 10 EB 50 5D 0 8 F8 57 31
Octal 57 20 353 120 135 0 10 370 127 61
Binary 101111 10000 11101011 1010000 1011101 0 1000 11111000 1010111 110001

Color Harmonies of #2F10EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F10EB

Black with #2F10EB

Text Example


Text Example

White with #2F10EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,16,235); }

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

background-color css

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

 a { background-color: rgb(47,16,235); }

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

border-color css

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

 span { border-color: rgb(47,16,235); }

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