#3000FF

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

Shades of Han Purple #3000FF

Tints of Han Purple #3000FF

Color information

#3000FF (or 0x3000FF) is unknown color: approx Han Purple. HEX triplet: 30, 00 and FF. RGB value is (48,0,255). Sum of RGB (Red+Green+Blue) = 48+0+255=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 255 (100% from 255 or 84.16% from 303); Max value from RGB is 255 - color contains mainly: blue. Hex color #3000FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3000FF is #CFFF00. Grayscale: #2A2A2A. Windows color (decimal): -13631233 or 16711728. OLE color: 16711728.

HSL color Cylindrical-coordinate representation of color #3000FF: hue angle of 251.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000FF is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB480255-
CMYK0.81100
HSL251.29º100%50%-
HSV(B)251.29º100%100%-
XYZ19.277.8595.11-
YUV43.42247.4131.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 84.16%
R=15.84%
G=0%
B=84.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal4802550.81100251.2910050
Hex300FF516400fb6432
Octal6003771211440037314462
Binary1100000111111111010001110010000111110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3000FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3000FF; }

 p { color: rgb(48,0,255); }

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

<style>
 a { background-color: #3000FF; }

 a { background-color: rgb(48,0,255); }

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

<style>
 span { border-color: #3000FF; }

 span { border-color: rgb(48,0,255); }

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