Html Css Color HEX #271EFA Han Purple

📋 copy color: '#271EFA'

red 39 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #271EFA

Tints of Han Purple #271EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 78.37%

R = 12.23%
G = 9.4%
B = 78.37%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#271EFA (or 0x271EFA) is known color: Han Purple. HEX triplet: 27, 1E and FA. RGB value is (39,30,250). Sum of RGB (Red+Green+Blue) = 39+30+250=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #271EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271EFA is #D8E105. Grayscale: #383838. Windows color (decimal): -14213382 or 16391719. OLE color: 16391719.

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

Color convert

RGB 39 30 250 -
CMYK 0.84 0.88 0 0.02
HSL 242.45º 0.96% 0.55% -
HSV(B) 242.45º 0.88% 0.98% -
XYZ 18.56 8.26 91.06 -
YUV 57.77 236.48 114.61 -
System Red Green Blue C M Y K H S L
Decimal 39 30 250 0.84 0.88 0 0.02 242.45 0.96 0.55
Hex 27 1E FA 54 58 0 2 F2 60 37
Octal 47 36 372 124 130 0 2 362 140 67
Binary 100111 11110 11111010 1010100 1011000 0 10 11110010 1100000 110111

Color Harmonies of #271EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271EFA

Black with #271EFA

Text Example


Text Example

White with #271EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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