Html Css Color HEX #3625E0 Han Purple

📋 copy color: '#3625E0'

red 54 ◦ green 37 ◦ blue 224

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

Shades of Han Purple #3625E0

Tints of Han Purple #3625E0

RGB

 RED value IS 54 (21.48% from 255) = 17.14%

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

 BLUE value IS 224 (87.89% from 255) = 71.11%

R = 17.14%
G = 11.75%
B = 71.11%

CMYK

 C value IS 0.76

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3625E0 (or 0x3625E0) is known color: Han Purple. HEX triplet: 36, 25 and E0. RGB value is (54,37,224). Sum of RGB (Red+Green+Blue) = 54+37+224=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 224 (87.89% from 255 or 71.11% from 315); Max value from RGB is 224 - color contains mainly: blue. Hex color #3625E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3625E0 is #C9DA1F. Grayscale: #3E3E3E. Windows color (decimal): -13228576 or 14689590. OLE color: 14689590.

HSL color Cylindrical-coordinate representation of color #3625E0: hue angle of 245.45º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3625E0 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 37 224 -
CMYK 0.76 0.83 0 0.12
HSL 245.45º 0.75% 0.51% -
HSV(B) 245.45º 0.83% 0.88% -
XYZ 15.64 7.49 71.14 -
YUV 63.4 218.63 121.29 -
System Red Green Blue C M Y K H S L
Decimal 54 37 224 0.76 0.83 0 0.12 245.45 0.75 0.51
Hex 36 25 E0 4C 53 0 C F5 4B 33
Octal 66 45 340 114 123 0 14 365 113 63
Binary 110110 100101 11100000 1001100 1010011 0 1100 11110101 1001011 110011

Color Harmonies of #3625E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3625E0

Black with #3625E0

Text Example


Text Example

White with #3625E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3625E0; }

 p { color: rgb(54,37,224); }

 H1.HeaderClassName
 {
   color: #3625E0;
 }
 .AnyTagClassName
 {
   color: #3625E0;
 }
</style>

background-color css

<style>
 a { background-color: #3625E0; }

 a { background-color: rgb(54,37,224); }

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

border-color css

<style>
 span { border-color: #3625E0; }

 span { border-color: rgb(54,37,224); }

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