Html Css Color HEX #3015FA Han Purple

📋 copy color: '#3015FA'

red 48 ◦ green 21 ◦ blue 250

#3015FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #3015FA

Tints of Han Purple #3015FA

RGB

 RED value IS 48 (19.14% from 255) = 15.05%

 GREEN value IS 21 (8.59% from 255) = 6.58%

 BLUE value IS 250 (98.05% from 255) = 78.37%

R = 15.05%
G = 6.58%
B = 78.37%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3015FA (or 0x3015FA) is known color: Han Purple. HEX triplet: 30, 15 and FA. RGB value is (48,21,250). Sum of RGB (Red+Green+Blue) = 48+21+250=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #3015FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3015FA is #CFEA05. Grayscale: #363636. Windows color (decimal): -13625862 or 16389424. OLE color: 16389424.

HSL color Cylindrical-coordinate representation of color #3015FA: hue angle of 247.07º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3015FA is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 21 250 -
CMYK 0.81 0.92 0 0.02
HSL 247.07º 0.96% 0.53% -
HSV(B) 247.07º 0.92% 0.98% -
XYZ 18.74 8.07 91.01 -
YUV 55.18 237.95 122.88 -
System Red Green Blue C M Y K H S L
Decimal 48 21 250 0.81 0.92 0 0.02 247.07 0.96 0.53
Hex 30 15 FA 51 5C 0 2 F7 60 35
Octal 60 25 372 121 134 0 2 367 140 65
Binary 110000 10101 11111010 1010001 1011100 0 10 11110111 1100000 110101

Color Harmonies of #3015FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3015FA

Black with #3015FA

Text Example


Text Example

White with #3015FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3015FA; }

 p { color: rgb(48,21,250); }

 H1.HeaderClassName
 {
   color: #3015FA;
 }
 .AnyTagClassName
 {
   color: #3015FA;
 }
</style>

background-color css

<style>
 a { background-color: #3015FA; }

 a { background-color: rgb(48,21,250); }

 div.DivClassName
 {
   background-color: #3015FA;
 }
 .BgClassName
 {
   background-color: #3015FA;
 }
</style>

border-color css

<style>
 span { border-color: #3015FA; }

 span { border-color: rgb(48,21,250); }

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