Html Css Color HEX #271EF1 Han Purple

📋 copy color: '#271EF1'

red 39 ◦ green 30 ◦ blue 241

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

Shades of Han Purple #271EF1

Tints of Han Purple #271EF1

RGB

 RED value IS 39 (15.63% from 255) = 12.58%

 GREEN value IS 30 (12.11% from 255) = 9.68%

 BLUE value IS 241 (94.53% from 255) = 77.74%

R = 12.58%
G = 9.68%
B = 77.74%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#271EF1 (or 0x271EF1) is known color: Han Purple. HEX triplet: 27, 1E and F1. RGB value is (39,30,241). Sum of RGB (Red+Green+Blue) = 39+30+241=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 241 (94.53% from 255 or 77.74% from 310); Max value from RGB is 241 - color contains mainly: blue. Hex color #271EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271EF1 is #D8E10E. Grayscale: #373737. Windows color (decimal): -14213391 or 15801895. OLE color: 15801895.

HSL color Cylindrical-coordinate representation of color #271EF1: hue angle of 242.56º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271EF1 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 30 241 -
CMYK 0.84 0.88 0 0.05
HSL 242.56º 0.88% 0.53% -
HSV(B) 242.56º 0.88% 0.95% -
XYZ 17.18 7.71 83.8 -
YUV 56.75 231.98 115.34 -
System Red Green Blue C M Y K H S L
Decimal 39 30 241 0.84 0.88 0 0.05 242.56 0.88 0.53
Hex 27 1E F1 54 58 0 5 F3 58 35
Octal 47 36 361 124 130 0 5 363 130 65
Binary 100111 11110 11110001 1010100 1011000 0 101 11110011 1011000 110101

Color Harmonies of #271EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271EF1

Black with #271EF1

Text Example


Text Example

White with #271EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271EF1; }

 p { color: rgb(39,30,241); }

 H1.HeaderClassName
 {
   color: #271EF1;
 }
 .AnyTagClassName
 {
   color: #271EF1;
 }
</style>

background-color css

<style>
 a { background-color: #271EF1; }

 a { background-color: rgb(39,30,241); }

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

border-color css

<style>
 span { border-color: #271EF1; }

 span { border-color: rgb(39,30,241); }

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