#261EEB

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

Shades of Han Purple #261EEB

Tints of Han Purple #261EEB

Color information

#261EEB (or 0x261EEB) is unknown color: approx Han Purple. HEX triplet: 26, 1E and EB. RGB value is (38,30,235). Sum of RGB (Red+Green+Blue) = 38+30+235=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 235 (92.19% from 255 or 77.56% from 303); Max value from RGB is 235 - color contains mainly: blue. Hex color #261EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261EEB is #D9E114. Grayscale: #363636. Windows color (decimal): -14278933 or 15408678. OLE color: 15408678.

HSL color Cylindrical-coordinate representation of color #261EEB: hue angle of 242.34º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261EEB is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3830235-
CMYK0.840.8700.08
HSL242.34º83.67%51.96%-
HSV(B)242.34º87.23%92.16%-
XYZ16.267.3479.16-
YUV55.76229.15115.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.54%
GREEN value IS 30 (12.11% from 255) = 9.90%
BLUE value IS 235 (92.19% from 255) = 77.56%
R=12.54%
G=9.90%
B=77.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal38302350.840.8700.08242.3483.6751.96
Hex261EEB545708f25434
Octal463635312412701036212464
Binary10011011110111010111010100101011101000111100101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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