#3B26E5

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

Shades of Han Purple #3B26E5

Tints of Han Purple #3B26E5

Color information

#3B26E5 (or 0x3B26E5) is unknown color: approx Han Purple. HEX triplet: 3B, 26 and E5. RGB value is (59,38,229). Sum of RGB (Red+Green+Blue) = 59+38+229=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #3B26E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B26E5 is #C4D91A. Grayscale: #414141. Windows color (decimal): -12900635 or 15017531. OLE color: 15017531.

HSL color Cylindrical-coordinate representation of color #3B26E5: hue angle of 246.6º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B26E5 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5938229-
CMYK0.740.8300.10
HSL246.6º78.6%52.35%-
HSV(B)246.6º83.41%89.8%-
XYZ16.647.9774.79-
YUV66.05219.96122.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 38 (15.23% from 255) = 11.66%
BLUE value IS 229 (89.84% from 255) = 70.25%
R=18.10%
G=11.66%
B=70.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal59382290.740.8300.10246.678.652.35
Hex3B26E54A530Af74f34
Octal734634511212301236711764
Binary111011100110111001011001010101001101010111101111001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B26E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B26E5; }

 p { color: rgb(59,38,229); }

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

<style>
 a { background-color: #3B26E5; }

 a { background-color: rgb(59,38,229); }

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

<style>
 span { border-color: #3B26E5; }

 span { border-color: rgb(59,38,229); }

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