#271EED

Color #271EED Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #271EED

Tints of Han Purple #271EED

Color information

#271EED (or 0x271EED) is unknown color: approx Han Purple. HEX triplet: 27, 1E and ED. RGB value is (39,30,237). Sum of RGB (Red+Green+Blue) = 39+30+237=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #271EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271EED is #D8E112. Grayscale: #373737. Windows color (decimal): -14213395 or 15539751. OLE color: 15539751.

HSL color Cylindrical-coordinate representation of color #271EED: hue angle of 242.61º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271EED is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3930237-
CMYK0.840.8700.07
HSL242.61º85.19%52.35%-
HSV(B)242.61º87.34%92.94%-
XYZ16.597.4780.69-
YUV56.29229.98115.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.75%
GREEN value IS 30 (12.11% from 255) = 9.80%
BLUE value IS 237 (92.97% from 255) = 77.45%
R=12.75%
G=9.80%
B=77.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal39302370.840.8700.07242.6185.1952.35
Hex271EED545707f35534
Octal47363551241270736312564
Binary1001111111011101101101010010101110111111100111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #271EED;
 }
 .AnyTagClassName
 {
   color: #271EED;
 }
</style>
background-color css

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

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

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

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

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

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