Html Css Color HEX #271CFB Han Purple

📋 copy color: '#271CFB'

red 39 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #271CFB

Tints of Han Purple #271CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.81%

 BLUE value IS 251 (98.44% from 255) = 78.93%

R = 12.26%
G = 8.81%
B = 78.93%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#271CFB (or 0x271CFB) is known color: Han Purple. HEX triplet: 27, 1C and FB. RGB value is (39,28,251). Sum of RGB (Red+Green+Blue) = 39+28+251=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 251 (98.44% from 255 or 78.93% from 318); Max value from RGB is 251 - color contains mainly: blue. Hex color #271CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271CFB is #D8E304. Grayscale: #373737. Windows color (decimal): -14213893 or 16456743. OLE color: 16456743.

HSL color Cylindrical-coordinate representation of color #271CFB: hue angle of 242.96º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #271CFB is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 28 251 -
CMYK 0.84 0.89 0 0.02
HSL 242.96º 0.97% 0.55% -
HSV(B) 242.96º 0.89% 0.98% -
XYZ 18.66 8.23 91.87 -
YUV 56.71 237.64 115.37 -
System Red Green Blue C M Y K H S L
Decimal 39 28 251 0.84 0.89 0 0.02 242.96 0.97 0.55
Hex 27 1C FB 54 59 0 2 F3 61 37
Octal 47 34 373 124 131 0 2 363 141 67
Binary 100111 11100 11111011 1010100 1011001 0 10 11110011 1100001 110111

Color Harmonies of #271CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271CFB

Black with #271CFB

Text Example


Text Example

White with #271CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,28,251); }

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

background-color css

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

 a { background-color: rgb(39,28,251); }

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

border-color css

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

 span { border-color: rgb(39,28,251); }

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