#302BF4

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

Shades of Han Purple #302BF4

Tints of Han Purple #302BF4

Color information

#302BF4 (or 0x302BF4) is unknown color: approx Han Purple. HEX triplet: 30, 2B and F4. RGB value is (48,43,244). Sum of RGB (Red+Green+Blue) = 48+43+244=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 244 (95.70% from 255 or 72.84% from 335); Max value from RGB is 244 - color contains mainly: blue. Hex color #302BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302BF4 is #CFD40B. Grayscale: #424242. Windows color (decimal): -13620236 or 16001840. OLE color: 16001840.

HSL color Cylindrical-coordinate representation of color #302BF4: hue angle of 241.49º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #302BF4 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4843244-
CMYK0.800.8200.04
HSL241.49º90.13%56.27%-
HSV(B)241.49º82.38%95.69%-
XYZ18.418.8986.33-
YUV67.41227.66114.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 43 (17.19% from 255) = 12.84%
BLUE value IS 244 (95.70% from 255) = 72.84%
R=14.33%
G=12.84%
B=72.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal48432440.800.8200.04241.4990.1356.27
Hex302BF4505204f15a38
Octal60533641201220436113270
Binary11000010101111110100101000010100100100111100011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,43,244); }

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

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

 a { background-color: rgb(48,43,244); }

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

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

 span { border-color: rgb(48,43,244); }

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