Html Css Color HEX #4125F4 Han Purple

📋 copy color: '#4125F4'

red 65 ◦ green 37 ◦ blue 244

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

Shades of Han Purple #4125F4

Tints of Han Purple #4125F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 70.52%

R = 18.79%
G = 10.69%
B = 70.52%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4125F4 (or 0x4125F4) is known color: Han Purple. HEX triplet: 41, 25 and F4. RGB value is (65,37,244). Sum of RGB (Red+Green+Blue) = 65+37+244=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 244 (95.70% from 255 or 70.52% from 346); Max value from RGB is 244 - color contains mainly: blue. Hex color #4125F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4125F4 is #BEDA0B. Grayscale: #444444. Windows color (decimal): -12507660 or 16000321. OLE color: 16000321.

HSL color Cylindrical-coordinate representation of color #4125F4: hue angle of 248.12º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4125F4 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 37 244 -
CMYK 0.73 0.85 0 0.04
HSL 248.12º 0.9% 0.55% -
HSV(B) 248.12º 0.85% 0.96% -
XYZ 19.17 8.98 86.31 -
YUV 68.97 226.78 125.17 -
System Red Green Blue C M Y K H S L
Decimal 65 37 244 0.73 0.85 0 0.04 248.12 0.9 0.55
Hex 41 25 F4 49 55 0 4 F8 5A 37
Octal 101 45 364 111 125 0 4 370 132 67
Binary 1000001 100101 11110100 1001001 1010101 0 100 11111000 1011010 110111

Color Harmonies of #4125F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4125F4

Black with #4125F4

Text Example


Text Example

White with #4125F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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