Html Css Color HEX #2425EF Han Purple

📋 copy color: '#2425EF'

red 36 ◦ green 37 ◦ blue 239

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

Shades of Han Purple #2425EF

Tints of Han Purple #2425EF

RGB

 RED value IS 36 (14.45% from 255) = 11.54%

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

 BLUE value IS 239 (93.75% from 255) = 76.6%

R = 11.54%
G = 11.86%
B = 76.6%

CMYK

 C value IS 0.85

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2425EF (or 0x2425EF) is known color: Han Purple. HEX triplet: 24, 25 and EF. RGB value is (36,37,239). Sum of RGB (Red+Green+Blue) = 36+37+239=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #2425EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2425EF is #DBDA10. Grayscale: #3A3A3A. Windows color (decimal): -14408209 or 15672612. OLE color: 15672612.

HSL color Cylindrical-coordinate representation of color #2425EF: hue angle of 239.7º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2425EF is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 36 37 239 -
CMYK 0.85 0.85 0 0.06
HSL 239.7º 0.86% 0.54% -
HSV(B) 239.7º 0.85% 0.94% -
XYZ 16.97 7.93 82.3 -
YUV 59.73 229.17 111.07 -
System Red Green Blue C M Y K H S L
Decimal 36 37 239 0.85 0.85 0 0.06 239.7 0.86 0.54
Hex 24 25 EF 55 55 0 6 F0 56 36
Octal 44 45 357 125 125 0 6 360 126 66
Binary 100100 100101 11101111 1010101 1010101 0 110 11110000 1010110 110110

Color Harmonies of #2425EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2425EF

Black with #2425EF

Text Example


Text Example

White with #2425EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2425EF; }

 p { color: rgb(36,37,239); }

 H1.HeaderClassName
 {
   color: #2425EF;
 }
 .AnyTagClassName
 {
   color: #2425EF;
 }
</style>

background-color css

<style>
 a { background-color: #2425EF; }

 a { background-color: rgb(36,37,239); }

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

border-color css

<style>
 span { border-color: #2425EF; }

 span { border-color: rgb(36,37,239); }

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