#302CEB

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

Shades of Han Purple #302CEB

Tints of Han Purple #302CEB

Color information

#302CEB (or 0x302CEB) is unknown color: approx Han Purple. HEX triplet: 30, 2C and EB. RGB value is (48,44,235). Sum of RGB (Red+Green+Blue) = 48+44+235=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 235 (92.19% from 255 or 71.87% from 327); Max value from RGB is 235 - color contains mainly: blue. Hex color #302CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302CEB is #CFD314. Grayscale: #424242. Windows color (decimal): -13619989 or 15412272. OLE color: 15412272.

HSL color Cylindrical-coordinate representation of color #302CEB: hue angle of 241.26º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302CEB is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4844235-
CMYK0.800.8100.08
HSL241.26º82.68%54.71%-
HSV(B)241.26º81.28%92.16%-
XYZ17.128.4379.32-
YUV66.97222.83114.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.68%
GREEN value IS 44 (17.58% from 255) = 13.46%
BLUE value IS 235 (92.19% from 255) = 71.87%
R=14.68%
G=13.46%
B=71.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal48442350.800.8100.08241.2682.6854.71
Hex302CEB505108f15337
Octal605435312012101036112367
Binary110000101100111010111010000101000101000111100011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302CEB; }

 p { color: rgb(48,44,235); }

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

<style>
 a { background-color: #302CEB; }

 a { background-color: rgb(48,44,235); }

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

<style>
 span { border-color: #302CEB; }

 span { border-color: rgb(48,44,235); }

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