Html Css Color HEX #280FE5 Han Purple

📋 copy color: '#280FE5'

red 40 ◦ green 15 ◦ blue 229

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

Shades of Han Purple #280FE5

Tints of Han Purple #280FE5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.28%

 BLUE value IS 229 (89.84% from 255) = 80.63%

R = 14.08%
G = 5.28%
B = 80.63%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#280FE5 (or 0x280FE5) is known color: Han Purple. HEX triplet: 28, 0F and E5. RGB value is (40,15,229). Sum of RGB (Red+Green+Blue) = 40+15+229=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 229 (89.84% from 255 or 80.63% from 284); Max value from RGB is 229 - color contains mainly: blue. Hex color #280FE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280FE5 is #D7F01A. Grayscale: #2E2E2E. Windows color (decimal): -14151707 or 15011624. OLE color: 15011624.

HSL color Cylindrical-coordinate representation of color #280FE5: hue angle of 247.01º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280FE5 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 40 15 229 -
CMYK 0.83 0.93 0 0.10
HSL 247.01º 0.88% 0.48% -
HSV(B) 247.01º 0.93% 0.9% -
XYZ 15.19 6.45 74.57 -
YUV 46.87 230.78 123.1 -
System Red Green Blue C M Y K H S L
Decimal 40 15 229 0.83 0.93 0 0.10 247.01 0.88 0.48
Hex 28 F E5 53 5D 0 A F7 58 30
Octal 50 17 345 123 135 0 12 367 130 60
Binary 101000 1111 11100101 1010011 1011101 0 1010 11110111 1011000 110000

Color Harmonies of #280FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280FE5

Black with #280FE5

Text Example


Text Example

White with #280FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280FE5; }

 p { color: rgb(40,15,229); }

 H1.HeaderClassName
 {
   color: #280FE5;
 }
 .AnyTagClassName
 {
   color: #280FE5;
 }
</style>

background-color css

<style>
 a { background-color: #280FE5; }

 a { background-color: rgb(40,15,229); }

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

border-color css

<style>
 span { border-color: #280FE5; }

 span { border-color: rgb(40,15,229); }

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