Html Css Color HEX #2825EB Han Purple

📋 copy color: '#2825EB'

red 40 ◦ green 37 ◦ blue 235

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

Shades of Han Purple #2825EB

Tints of Han Purple #2825EB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 12.82%
G = 11.86%
B = 75.32%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2825EB (or 0x2825EB) is known color: Han Purple. HEX triplet: 28, 25 and EB. RGB value is (40,37,235). Sum of RGB (Red+Green+Blue) = 40+37+235=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #2825EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2825EB is #D7DA14. Grayscale: #3B3B3B. Windows color (decimal): -14146069 or 15410472. OLE color: 15410472.

HSL color Cylindrical-coordinate representation of color #2825EB: hue angle of 240.91º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2825EB is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 37 235 -
CMYK 0.83 0.84 0 0.08
HSL 240.91º 0.83% 0.53% -
HSV(B) 240.91º 0.84% 0.92% -
XYZ 16.53 7.77 79.23 -
YUV 60.47 226.49 113.4 -
System Red Green Blue C M Y K H S L
Decimal 40 37 235 0.83 0.84 0 0.08 240.91 0.83 0.53
Hex 28 25 EB 53 54 0 8 F1 53 35
Octal 50 45 353 123 124 0 10 361 123 65
Binary 101000 100101 11101011 1010011 1010100 0 1000 11110001 1010011 110101

Color Harmonies of #2825EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2825EB

Black with #2825EB

Text Example


Text Example

White with #2825EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2825EB; }

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

 H1.HeaderClassName
 {
   color: #2825EB;
 }
 .AnyTagClassName
 {
   color: #2825EB;
 }
</style>

background-color css

<style>
 a { background-color: #2825EB; }

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

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

border-color css

<style>
 span { border-color: #2825EB; }

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

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