#301CE4

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

Shades of Han Purple #301CE4

Tints of Han Purple #301CE4

Color information

#301CE4 (or 0x301CE4) is unknown color: approx Han Purple. HEX triplet: 30, 1C and E4. RGB value is (48,28,228). Sum of RGB (Red+Green+Blue) = 48+28+228=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 228 (89.45% from 255 or 75% from 304); Max value from RGB is 228 - color contains mainly: blue. Hex color #301CE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CE4 is #CFE31B. Grayscale: #383838. Windows color (decimal): -13624092 or 14949424. OLE color: 14949424.

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

Color convert

RGB4828228-
CMYK0.790.8800.11
HSL246º78.74%50.2%-
HSV(B)246º87.72%89.41%-
XYZ15.647.0673.94-
YUV56.78224.63121.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 28 (11.33% from 255) = 9.21%
BLUE value IS 228 (89.45% from 255) = 75%
R=15.79%
G=9.21%
B=75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal48282280.790.8800.1124678.7450.2
Hex301CE44F580Bf64f32
Octal603434411713001336611762
Binary11000011100111001001001111101100001011111101101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301CE4; }

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

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

<style>
 a { background-color: #301CE4; }

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

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

<style>
 span { border-color: #301CE4; }

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

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