Html Css Color HEX #3825E1 Han Purple

📋 copy color: '#3825E1'

red 56 ◦ green 37 ◦ blue 225

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

Shades of Han Purple #3825E1

Tints of Han Purple #3825E1

RGB

 RED value IS 56 (22.27% from 255) = 17.61%

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

 BLUE value IS 225 (88.28% from 255) = 70.75%

R = 17.61%
G = 11.64%
B = 70.75%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3825E1 (or 0x3825E1) is known color: Han Purple. HEX triplet: 38, 25 and E1. RGB value is (56,37,225). Sum of RGB (Red+Green+Blue) = 56+37+225=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 225 (88.28% from 255 or 70.75% from 318); Max value from RGB is 225 - color contains mainly: blue. Hex color #3825E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3825E1 is #C7DA1E. Grayscale: #3F3F3F. Windows color (decimal): -13097503 or 14755128. OLE color: 14755128.

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

Color convert

RGB 56 37 225 -
CMYK 0.75 0.84 0 0.12
HSL 246.06º 0.76% 0.51% -
HSV(B) 246.06º 0.84% 0.88% -
XYZ 15.88 7.6 71.86 -
YUV 64.11 218.79 122.21 -
System Red Green Blue C M Y K H S L
Decimal 56 37 225 0.75 0.84 0 0.12 246.06 0.76 0.51
Hex 38 25 E1 4B 54 0 C F6 4C 33
Octal 70 45 341 113 124 0 14 366 114 63
Binary 111000 100101 11100001 1001011 1010100 0 1100 11110110 1001100 110011

Color Harmonies of #3825E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3825E1

Black with #3825E1

Text Example


Text Example

White with #3825E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3825E1; }

 p { color: rgb(56,37,225); }

 H1.HeaderClassName
 {
   color: #3825E1;
 }
 .AnyTagClassName
 {
   color: #3825E1;
 }
</style>

background-color css

<style>
 a { background-color: #3825E1; }

 a { background-color: rgb(56,37,225); }

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

border-color css

<style>
 span { border-color: #3825E1; }

 span { border-color: rgb(56,37,225); }

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