Html Css Color HEX #2815F1 Han Purple

📋 copy color: '#2815F1'

red 40 ◦ green 21 ◦ blue 241

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

Shades of Han Purple #2815F1

Tints of Han Purple #2815F1

RGB

 RED value IS 40 (16.02% from 255) = 13.25%

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

 BLUE value IS 241 (94.53% from 255) = 79.8%

R = 13.25%
G = 6.95%
B = 79.8%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2815F1 (or 0x2815F1) is known color: Han Purple. HEX triplet: 28, 15 and F1. RGB value is (40,21,241). Sum of RGB (Red+Green+Blue) = 40+21+241=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 241 (94.53% from 255 or 79.80% from 302); Max value from RGB is 241 - color contains mainly: blue. Hex color #2815F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2815F1 is #D7EA0E. Grayscale: #323232. Windows color (decimal): -14150159 or 15799592. OLE color: 15799592.

HSL color Cylindrical-coordinate representation of color #2815F1: hue angle of 245.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2815F1 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 21 241 -
CMYK 0.83 0.91 0 0.05
HSL 245.18º 0.89% 0.51% -
HSV(B) 245.18º 0.91% 0.95% -
XYZ 17.02 7.34 83.74 -
YUV 51.76 234.79 119.61 -
System Red Green Blue C M Y K H S L
Decimal 40 21 241 0.83 0.91 0 0.05 245.18 0.89 0.51
Hex 28 15 F1 53 5B 0 5 F5 59 33
Octal 50 25 361 123 133 0 5 365 131 63
Binary 101000 10101 11110001 1010011 1011011 0 101 11110101 1011001 110011

Color Harmonies of #2815F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2815F1

Black with #2815F1

Text Example


Text Example

White with #2815F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2815F1; }

 p { color: rgb(40,21,241); }

 H1.HeaderClassName
 {
   color: #2815F1;
 }
 .AnyTagClassName
 {
   color: #2815F1;
 }
</style>

background-color css

<style>
 a { background-color: #2815F1; }

 a { background-color: rgb(40,21,241); }

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

border-color css

<style>
 span { border-color: #2815F1; }

 span { border-color: rgb(40,21,241); }

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