#3C15F9

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

Shades of Han Purple #3C15F9

Tints of Han Purple #3C15F9

Color information

#3C15F9 (or 0x3C15F9) is unknown color: approx Han Purple. HEX triplet: 3C, 15 and F9. RGB value is (60,21,249). Sum of RGB (Red+Green+Blue) = 60+21+249=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 249 (97.66% from 255 or 75.45% from 330); Max value from RGB is 249 - color contains mainly: blue. Hex color #3C15F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C15F9 is #C3EA06. Grayscale: #393939. Windows color (decimal): -12839431 or 16323900. OLE color: 16323900.

HSL color Cylindrical-coordinate representation of color #3C15F9: hue angle of 250.26º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C15F9 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6021249-
CMYK0.760.9200.02
HSL250.26º95%52.94%-
HSV(B)250.26º91.57%97.65%-
XYZ19.238.3490.22-
YUV58.65235.42128.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.18%
GREEN value IS 21 (8.59% from 255) = 6.36%
BLUE value IS 249 (97.66% from 255) = 75.45%
R=18.18%
G=6.36%
B=75.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal60212490.760.9200.02250.269552.94
Hex3C15F94C5C02fa5f35
Octal74253711141340237213765
Binary111100101011111100110011001011100010111110101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C15F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,21,249); }

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

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

 a { background-color: rgb(60,21,249); }

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

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

 span { border-color: rgb(60,21,249); }

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