#261EED

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

Shades of Han Purple #261EED

Tints of Han Purple #261EED

Color information

#261EED (or 0x261EED) is unknown color: approx Han Purple. HEX triplet: 26, 1E and ED. RGB value is (38,30,237). Sum of RGB (Red+Green+Blue) = 38+30+237=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 237 (92.97% from 255 or 77.70% from 305); Max value from RGB is 237 - color contains mainly: blue. Hex color #261EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261EED is #D9E112. Grayscale: #373737. Windows color (decimal): -14278931 or 15539750. OLE color: 15539750.

HSL color Cylindrical-coordinate representation of color #261EED: hue angle of 242.32º 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 #261EED is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3830237-
CMYK0.840.8700.07
HSL242.32º85.19%52.35%-
HSV(B)242.32º87.34%92.94%-
XYZ16.557.4680.69-
YUV55.99230.15115.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 30 (12.11% from 255) = 9.84%
BLUE value IS 237 (92.97% from 255) = 77.70%
R=12.46%
G=9.84%
B=77.70%

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
Decimal38302370.840.8700.07242.3285.1952.35
Hex261EED545707f25534
Octal46363551241270736212564
Binary1001101111011101101101010010101110111111100101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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