Html Css Color HEX #2F06EC Han Purple

📋 copy color: '#2F06EC'

red 47 ◦ green 6 ◦ blue 236

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

Shades of Han Purple #2F06EC

Tints of Han Purple #2F06EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 236 (92.58% from 255) = 81.66%

R = 16.26%
G = 2.08%
B = 81.66%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F06EC (or 0x2F06EC) is known color: Han Purple. HEX triplet: 2F, 06 and EC. RGB value is (47,6,236). Sum of RGB (Red+Green+Blue) = 47+6+236=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 236 (92.58% from 255 or 81.66% from 289); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F06EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F06EC is #D0F913. Grayscale: #2B2B2B. Windows color (decimal): -13695252 or 15468079. OLE color: 15468079.

HSL color Cylindrical-coordinate representation of color #2F06EC: hue angle of 250.7º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F06EC is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 6 236 -
CMYK 0.80 0.97 0 0.07
HSL 250.7º 0.95% 0.47% -
HSV(B) 250.7º 0.97% 0.93% -
XYZ 16.38 6.79 79.8 -
YUV 44.48 236.08 129.8 -
System Red Green Blue C M Y K H S L
Decimal 47 6 236 0.80 0.97 0 0.07 250.7 0.95 0.47
Hex 2F 6 EC 50 61 0 7 FB 5F 2F
Octal 57 6 354 120 141 0 7 373 137 57
Binary 101111 110 11101100 1010000 1100001 0 111 11111011 1011111 101111

Color Harmonies of #2F06EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F06EC

Black with #2F06EC

Text Example


Text Example

White with #2F06EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,6,236); }

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

background-color css

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

 a { background-color: rgb(47,6,236); }

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

border-color css

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

 span { border-color: rgb(47,6,236); }

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