Html Css Color HEX #271BF6 Han Purple

📋 copy color: '#271BF6'

red 39 ◦ green 27 ◦ blue 246

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

Shades of Han Purple #271BF6

Tints of Han Purple #271BF6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.65%

 BLUE value IS 246 (96.48% from 255) = 78.85%

R = 12.5%
G = 8.65%
B = 78.85%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#271BF6 (or 0x271BF6) is known color: Han Purple. HEX triplet: 27, 1B and F6. RGB value is (39,27,246). Sum of RGB (Red+Green+Blue) = 39+27+246=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 246 (96.48% from 255 or 78.85% from 312); Max value from RGB is 246 - color contains mainly: blue. Hex color #271BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271BF6 is #D8E409. Grayscale: #363636. Windows color (decimal): -14214154 or 16128807. OLE color: 16128807.

HSL color Cylindrical-coordinate representation of color #271BF6: hue angle of 243.29º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #271BF6 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 39 27 246 -
CMYK 0.84 0.89 0 0.04
HSL 243.29º 0.92% 0.54% -
HSV(B) 243.29º 0.89% 0.96% -
XYZ 17.86 7.87 87.77 -
YUV 55.55 235.48 116.19 -
System Red Green Blue C M Y K H S L
Decimal 39 27 246 0.84 0.89 0 0.04 243.29 0.92 0.54
Hex 27 1B F6 54 59 0 4 F3 5C 36
Octal 47 33 366 124 131 0 4 363 134 66
Binary 100111 11011 11110110 1010100 1011001 0 100 11110011 1011100 110110

Color Harmonies of #271BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271BF6

Black with #271BF6

Text Example


Text Example

White with #271BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,27,246); }

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

background-color css

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

 a { background-color: rgb(39,27,246); }

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

border-color css

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

 span { border-color: rgb(39,27,246); }

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