#300FE4

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

Shades of Han Purple #300FE4

Tints of Han Purple #300FE4

Color information

#300FE4 (or 0x300FE4) is unknown color: approx Han Purple. HEX triplet: 30, 0F and E4. RGB value is (48,15,228). Sum of RGB (Red+Green+Blue) = 48+15+228=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 228 (89.45% from 255 or 78.35% from 291); Max value from RGB is 228 - color contains mainly: blue. Hex color #300FE4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300FE4 is #CFF01B. Grayscale: #303030. Windows color (decimal): -13627420 or 14946096. OLE color: 14946096.

HSL color Cylindrical-coordinate representation of color #300FE4: hue angle of 249.3º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300FE4 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4815228-
CMYK0.790.9300.11
HSL249.3º87.65%47.65%-
HSV(B)249.3º93.42%89.41%-
XYZ15.396.5773.86-
YUV49.15228.93127.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 15 (6.25% from 255) = 5.15%
BLUE value IS 228 (89.45% from 255) = 78.35%
R=16.49%
G=5.15%
B=78.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal48152280.790.9300.11249.387.6547.65
Hex30FE44F5D0Bf95830
Octal601734411713501337113060
Binary1100001111111001001001111101110101011111110011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300FE4; }

 p { color: rgb(48,15,228); }

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

<style>
 a { background-color: #300FE4; }

 a { background-color: rgb(48,15,228); }

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

<style>
 span { border-color: #300FE4; }

 span { border-color: rgb(48,15,228); }

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