#301CED

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

Shades of Han Purple #301CED

Tints of Han Purple #301CED

Color information

#301CED (or 0x301CED) is unknown color: approx Han Purple. HEX triplet: 30, 1C and ED. RGB value is (48,28,237). Sum of RGB (Red+Green+Blue) = 48+28+237=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 237 (92.97% from 255 or 75.72% from 313); Max value from RGB is 237 - color contains mainly: blue. Hex color #301CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301CED is #CFE312. Grayscale: #383838. Windows color (decimal): -13624083 or 15539248. OLE color: 15539248.

HSL color Cylindrical-coordinate representation of color #301CED: hue angle of 245.74º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301CED is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4828237-
CMYK0.800.8800.07
HSL245.74º85.31%51.96%-
HSV(B)245.74º88.19%92.94%-
XYZ16.927.5780.69-
YUV57.81229.13121.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 28 (11.33% from 255) = 8.95%
BLUE value IS 237 (92.97% from 255) = 75.72%
R=15.34%
G=8.95%
B=75.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal48282370.800.8800.07245.7485.3151.96
Hex301CED505807f65534
Octal60343551201300736612564
Binary1100001110011101101101000010110000111111101101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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