Html Css Color HEX #4025ED Han Purple

📋 copy color: '#4025ED'

red 64 ◦ green 37 ◦ blue 237

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

Shades of Han Purple #4025ED

Tints of Han Purple #4025ED

RGB

 RED value IS 64 (25.39% from 255) = 18.93%

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

 BLUE value IS 237 (92.97% from 255) = 70.12%

R = 18.93%
G = 10.95%
B = 70.12%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4025ED (or 0x4025ED) is known color: Han Purple. HEX triplet: 40, 25 and ED. RGB value is (64,37,237). Sum of RGB (Red+Green+Blue) = 64+37+237=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #4025ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4025ED is #BFDA12. Grayscale: #434343. Windows color (decimal): -12573203 or 15541568. OLE color: 15541568.

HSL color Cylindrical-coordinate representation of color #4025ED: hue angle of 248.1º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4025ED is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 37 237 -
CMYK 0.73 0.84 0 0.07
HSL 248.1º 0.85% 0.54% -
HSV(B) 248.1º 0.84% 0.93% -
XYZ 18.06 8.53 80.81 -
YUV 67.87 223.45 125.24 -
System Red Green Blue C M Y K H S L
Decimal 64 37 237 0.73 0.84 0 0.07 248.1 0.85 0.54
Hex 40 25 ED 49 54 0 7 F8 55 36
Octal 100 45 355 111 124 0 7 370 125 66
Binary 1000000 100101 11101101 1001001 1010100 0 111 11111000 1010101 110110

Color Harmonies of #4025ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4025ED

Black with #4025ED

Text Example


Text Example

White with #4025ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4025ED; }

 p { color: rgb(64,37,237); }

 H1.HeaderClassName
 {
   color: #4025ED;
 }
 .AnyTagClassName
 {
   color: #4025ED;
 }
</style>

background-color css

<style>
 a { background-color: #4025ED; }

 a { background-color: rgb(64,37,237); }

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

border-color css

<style>
 span { border-color: #4025ED; }

 span { border-color: rgb(64,37,237); }

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