Html Css Color HEX #4125DE Han Purple

📋 copy color: '#4125DE'

red 65 ◦ green 37 ◦ blue 222

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

Shades of Han Purple #4125DE

Tints of Han Purple #4125DE

RGB

 RED value IS 65 (25.78% from 255) = 20.06%

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

 BLUE value IS 222 (87.11% from 255) = 68.52%

R = 20.06%
G = 11.42%
B = 68.52%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4125DE (or 0x4125DE) is known color: Han Purple. HEX triplet: 41, 25 and DE. RGB value is (65,37,222). Sum of RGB (Red+Green+Blue) = 65+37+222=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #4125DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4125DE is #BEDA21. Grayscale: #414141. Windows color (decimal): -12507682 or 14558529. OLE color: 14558529.

HSL color Cylindrical-coordinate representation of color #4125DE: hue angle of 249.08º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4125DE is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 37 222 -
CMYK 0.71 0.83 0 0.13
HSL 249.08º 0.74% 0.51% -
HSV(B) 249.08º 0.83% 0.87% -
XYZ 16.03 7.72 69.75 -
YUV 66.46 215.78 126.96 -
System Red Green Blue C M Y K H S L
Decimal 65 37 222 0.71 0.83 0 0.13 249.08 0.74 0.51
Hex 41 25 DE 47 53 0 D F9 4A 33
Octal 101 45 336 107 123 0 15 371 112 63
Binary 1000001 100101 11011110 1000111 1010011 0 1101 11111001 1001010 110011

Color Harmonies of #4125DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4125DE

Black with #4125DE

Text Example


Text Example

White with #4125DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4125DE; }

 p { color: rgb(65,37,222); }

 H1.HeaderClassName
 {
   color: #4125DE;
 }
 .AnyTagClassName
 {
   color: #4125DE;
 }
</style>

background-color css

<style>
 a { background-color: #4125DE; }

 a { background-color: rgb(65,37,222); }

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

border-color css

<style>
 span { border-color: #4125DE; }

 span { border-color: rgb(65,37,222); }

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