Html Css Color HEX #2F07EE Han Purple

📋 copy color: '#2F07EE'

red 47 ◦ green 7 ◦ blue 238

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

Shades of Han Purple #2F07EE

Tints of Han Purple #2F07EE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.4%

 BLUE value IS 238 (93.36% from 255) = 81.51%

R = 16.1%
G = 2.4%
B = 81.51%

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

#2F07EE (or 0x2F07EE) is known color: Han Purple. HEX triplet: 2F, 07 and EE. RGB value is (47,7,238). Sum of RGB (Red+Green+Blue) = 47+7+238=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 238 (93.36% from 255 or 81.51% from 292); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F07EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F07EE is #D0F811. Grayscale: #2C2C2C. Windows color (decimal): -13694994 or 15599407. OLE color: 15599407.

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

Color convert

RGB 47 7 238 -
CMYK 0.80 0.97 0 0.07
HSL 250.39º 0.94% 0.48% -
HSV(B) 250.39º 0.97% 0.93% -
XYZ 16.68 6.93 81.35 -
YUV 45.29 236.75 129.22 -
System Red Green Blue C M Y K H S L
Decimal 47 7 238 0.80 0.97 0 0.07 250.39 0.94 0.48
Hex 2F 7 EE 50 61 0 7 FA 5E 30
Octal 57 7 356 120 141 0 7 372 136 60
Binary 101111 111 11101110 1010000 1100001 0 111 11111010 1011110 110000

Color Harmonies of #2F07EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F07EE

Black with #2F07EE

Text Example


Text Example

White with #2F07EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,7,238); }

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

background-color css

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

 a { background-color: rgb(47,7,238); }

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

border-color css

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

 span { border-color: rgb(47,7,238); }

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