#3B22FF

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

Shades of Han Purple #3B22FF

Tints of Han Purple #3B22FF

Color information

#3B22FF (or 0x3B22FF) is unknown color: approx Han Purple. HEX triplet: 3B, 22 and FF. RGB value is (59,34,255). Sum of RGB (Red+Green+Blue) = 59+34+255=348 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.95% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B22FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B22FF is #C4DD00. Grayscale: #414141. Windows color (decimal): -12901633 or 16720443. OLE color: 16720443.

HSL color Cylindrical-coordinate representation of color #3B22FF: hue angle of 246.79º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B22FF is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5934255-
CMYK0.770.8700
HSL246.79º100%56.67%-
HSV(B)246.79º86.67%100%-
XYZ20.439.2995.33-
YUV66.67234.28122.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.95%
GREEN value IS 34 (13.67% from 255) = 9.77%
BLUE value IS 255 (100% from 255) = 73.28%
R=16.95%
G=9.77%
B=73.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal59342550.770.8700246.7910056.67
Hex3B22FF4D5700f76439
Octal73423771151270036714471
Binary111011100010111111111001101101011100111101111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B22FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,34,255); }

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

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

 a { background-color: rgb(59,34,255); }

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

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

 span { border-color: rgb(59,34,255); }

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