#3605EE

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

Shades of Han Purple #3605EE

Tints of Han Purple #3605EE

Color information

#3605EE (or 0x3605EE) is unknown color: approx Han Purple. HEX triplet: 36, 05 and EE. RGB value is (54,5,238). Sum of RGB (Red+Green+Blue) = 54+5+238=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 238 (93.36% from 255 or 80.13% from 297); Max value from RGB is 238 - color contains mainly: blue. Hex color #3605EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3605EE is #C9FA11. Grayscale: #2D2D2D. Windows color (decimal): -13236754 or 15598902. OLE color: 15598902.

HSL color Cylindrical-coordinate representation of color #3605EE: hue angle of 252.62º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3605EE is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB545238-
CMYK0.770.9800.07
HSL252.62º95.88%47.65%-
HSV(B)252.62º97.9%93.33%-
XYZ17.017.0781.36-
YUV46.21236.23133.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 5 (2.34% from 255) = 1.68%
BLUE value IS 238 (93.36% from 255) = 80.13%
R=18.18%
G=1.68%
B=80.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal5452380.770.9800.07252.6295.8847.65
Hex365EE4D6207fd6030
Octal6653561151420737514060
Binary11011010111101110100110111000100111111111011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3605EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3605EE; }

 p { color: rgb(54,5,238); }

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

<style>
 a { background-color: #3605EE; }

 a { background-color: rgb(54,5,238); }

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

<style>
 span { border-color: #3605EE; }

 span { border-color: rgb(54,5,238); }

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