Html Css Color HEX #2824E7 Han Purple

📋 copy color: '#2824E7'

red 40 ◦ green 36 ◦ blue 231

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

Shades of Han Purple #2824E7

Tints of Han Purple #2824E7

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

 BLUE value IS 231 (90.63% from 255) = 75.24%

R = 13.03%
G = 11.73%
B = 75.24%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2824E7 (or 0x2824E7) is known color: Han Purple. HEX triplet: 28, 24 and E7. RGB value is (40,36,231). Sum of RGB (Red+Green+Blue) = 40+36+231=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 231 (90.62% from 255 or 75.24% from 307); Max value from RGB is 231 - color contains mainly: blue. Hex color #2824E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2824E7 is #D7DB18. Grayscale: #3A3A3A. Windows color (decimal): -14146329 or 15148072. OLE color: 15148072.

HSL color Cylindrical-coordinate representation of color #2824E7: hue angle of 241.23º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2824E7 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 40 36 231 -
CMYK 0.83 0.84 0 0.09
HSL 241.23º 0.8% 0.52% -
HSV(B) 241.23º 0.84% 0.91% -
XYZ 15.93 7.48 76.21 -
YUV 59.43 224.83 114.14 -
System Red Green Blue C M Y K H S L
Decimal 40 36 231 0.83 0.84 0 0.09 241.23 0.8 0.52
Hex 28 24 E7 53 54 0 9 F1 50 34
Octal 50 44 347 123 124 0 11 361 120 64
Binary 101000 100100 11100111 1010011 1010100 0 1001 11110001 1010000 110100

Color Harmonies of #2824E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2824E7

Black with #2824E7

Text Example


Text Example

White with #2824E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2824E7; }

 p { color: rgb(40,36,231); }

 H1.HeaderClassName
 {
   color: #2824E7;
 }
 .AnyTagClassName
 {
   color: #2824E7;
 }
</style>

background-color css

<style>
 a { background-color: #2824E7; }

 a { background-color: rgb(40,36,231); }

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

border-color css

<style>
 span { border-color: #2824E7; }

 span { border-color: rgb(40,36,231); }

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