Html Css Color HEX #271FF1 Han Purple

📋 copy color: '#271FF1'

red 39 ◦ green 31 ◦ blue 241

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

Shades of Han Purple #271FF1

Tints of Han Purple #271FF1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.97%

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

R = 12.54%
G = 9.97%
B = 77.49%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#271FF1 (or 0x271FF1) is known color: Han Purple. HEX triplet: 27, 1F and F1. RGB value is (39,31,241). Sum of RGB (Red+Green+Blue) = 39+31+241=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 241 (94.53% from 255 or 77.49% from 311); Max value from RGB is 241 - color contains mainly: blue. Hex color #271FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271FF1 is #D8E00E. Grayscale: #383838. Windows color (decimal): -14213135 or 15802151. OLE color: 15802151.

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

Color convert

RGB 39 31 241 -
CMYK 0.84 0.87 0 0.05
HSL 242.29º 0.88% 0.53% -
HSV(B) 242.29º 0.87% 0.95% -
XYZ 17.2 7.76 83.81 -
YUV 57.33 231.65 114.92 -
System Red Green Blue C M Y K H S L
Decimal 39 31 241 0.84 0.87 0 0.05 242.29 0.88 0.53
Hex 27 1F F1 54 57 0 5 F2 58 35
Octal 47 37 361 124 127 0 5 362 130 65
Binary 100111 11111 11110001 1010100 1010111 0 101 11110010 1011000 110101

Color Harmonies of #271FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271FF1

Black with #271FF1

Text Example


Text Example

White with #271FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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