Html Css Color HEX #271FF0 Han Purple

📋 copy color: '#271FF0'

red 39 ◦ green 31 ◦ blue 240

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

Shades of Han Purple #271FF0

Tints of Han Purple #271FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 77.42%

R = 12.58%
G = 10%
B = 77.42%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#271FF0 (or 0x271FF0) is known color: Han Purple. HEX triplet: 27, 1F and F0. RGB value is (39,31,240). Sum of RGB (Red+Green+Blue) = 39+31+240=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 240 (94.14% from 255 or 77.42% from 310); Max value from RGB is 240 - color contains mainly: blue. Hex color #271FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271FF0 is #D8E00F. Grayscale: #383838. Windows color (decimal): -14213136 or 15736615. OLE color: 15736615.

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

Color convert

RGB 39 31 240 -
CMYK 0.84 0.87 0 0.06
HSL 242.3º 0.87% 0.53% -
HSV(B) 242.3º 0.87% 0.94% -
XYZ 17.05 7.7 83.03 -
YUV 57.22 231.15 115.01 -
System Red Green Blue C M Y K H S L
Decimal 39 31 240 0.84 0.87 0 0.06 242.3 0.87 0.53
Hex 27 1F F0 54 57 0 6 F2 57 35
Octal 47 37 360 124 127 0 6 362 127 65
Binary 100111 11111 11110000 1010100 1010111 0 110 11110010 1010111 110101

Color Harmonies of #271FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271FF0

Black with #271FF0

Text Example


Text Example

White with #271FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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