Html Css Color HEX #280CEB Han Purple

📋 copy color: '#280CEB'

red 40 ◦ green 12 ◦ blue 235

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

Shades of Han Purple #280CEB

Tints of Han Purple #280CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.18%

 BLUE value IS 235 (92.19% from 255) = 81.88%

R = 13.94%
G = 4.18%
B = 81.88%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#280CEB (or 0x280CEB) is known color: Han Purple. HEX triplet: 28, 0C and EB. RGB value is (40,12,235). Sum of RGB (Red+Green+Blue) = 40+12+235=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 235 (92.19% from 255 or 81.88% from 287); Max value from RGB is 235 - color contains mainly: blue. Hex color #280CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280CEB is #D7F314. Grayscale: #2C2C2C. Windows color (decimal): -14152469 or 15404072. OLE color: 15404072.

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

Color convert

RGB 40 12 235 -
CMYK 0.83 0.95 0 0.08
HSL 247.53º 0.9% 0.48% -
HSV(B) 247.53º 0.95% 0.92% -
XYZ 16 6.71 79.05 -
YUV 45.79 234.78 123.87 -
System Red Green Blue C M Y K H S L
Decimal 40 12 235 0.83 0.95 0 0.08 247.53 0.9 0.48
Hex 28 C EB 53 5F 0 8 F8 5A 30
Octal 50 14 353 123 137 0 10 370 132 60
Binary 101000 1100 11101011 1010011 1011111 0 1000 11111000 1011010 110000

Color Harmonies of #280CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280CEB

Black with #280CEB

Text Example


Text Example

White with #280CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,12,235); }

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

background-color css

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

 a { background-color: rgb(40,12,235); }

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

border-color css

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

 span { border-color: rgb(40,12,235); }

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