Html Css Color HEX #2F06E6 Han Purple

📋 copy color: '#2F06E6'

red 47 ◦ green 6 ◦ blue 230

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

Shades of Han Purple #2F06E6

Tints of Han Purple #2F06E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 81.27%

R = 16.61%
G = 2.12%
B = 81.27%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2F06E6 (or 0x2F06E6) is known color: Han Purple. HEX triplet: 2F, 06 and E6. RGB value is (47,6,230). Sum of RGB (Red+Green+Blue) = 47+6+230=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 230 (90.23% from 255 or 81.27% from 283); Max value from RGB is 230 - color contains mainly: blue. Hex color #2F06E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F06E6 is #D0F919. Grayscale: #2A2A2A. Windows color (decimal): -13695258 or 15074863. OLE color: 15074863.

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

Color convert

RGB 47 6 230 -
CMYK 0.80 0.97 0 0.10
HSL 250.98º 0.95% 0.46% -
HSV(B) 250.98º 0.97% 0.9% -
XYZ 15.52 6.45 75.29 -
YUV 43.8 233.08 130.29 -
System Red Green Blue C M Y K H S L
Decimal 47 6 230 0.80 0.97 0 0.10 250.98 0.95 0.46
Hex 2F 6 E6 50 61 0 A FB 5F 2E
Octal 57 6 346 120 141 0 12 373 137 56
Binary 101111 110 11100110 1010000 1100001 0 1010 11111011 1011111 101110

Color Harmonies of #2F06E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F06E6

Black with #2F06E6

Text Example


Text Example

White with #2F06E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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