#3614CB

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

Shades of Han Purple #3614CB

Tints of Han Purple #3614CB

Color information

#3614CB (or 0x3614CB) is unknown color: approx Han Purple. HEX triplet: 36, 14 and CB. RGB value is (54,20,203). Sum of RGB (Red+Green+Blue) = 54+20+203=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #3614CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3614CB is #C9EB34. Grayscale: #323232. Windows color (decimal): -13232949 or 13308982. OLE color: 13308982.

HSL color Cylindrical-coordinate representation of color #3614CB: hue angle of 251.15º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3614CB is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5420203-
CMYK0.730.9000.20
HSL251.15º82.06%43.73%-
HSV(B)251.15º90.15%79.61%-
XYZ12.555.656.92-
YUV51.03213.76130.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 20 (8.20% from 255) = 7.22%
BLUE value IS 203 (79.69% from 255) = 73.29%
R=19.49%
G=7.22%
B=73.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal54202030.730.9000.20251.1582.0643.73
Hex3614CB495A014fb522c
Octal662431311113202437312254
Binary110110101001100101110010011011010010100111110111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3614CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3614CB; }

 p { color: rgb(54,20,203); }

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

<style>
 a { background-color: #3614CB; }

 a { background-color: rgb(54,20,203); }

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

<style>
 span { border-color: #3614CB; }

 span { border-color: rgb(54,20,203); }

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