Html Css Color HEX #4125FF Han Purple

📋 copy color: '#4125FF'

red 65 ◦ green 37 ◦ blue 255

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

Shades of Han Purple #4125FF

Tints of Han Purple #4125FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.43%

R = 18.21%
G = 10.36%
B = 71.43%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4125FF (or 0x4125FF) is known color: Han Purple. HEX triplet: 41, 25 and FF. RGB value is (65,37,255). Sum of RGB (Red+Green+Blue) = 65+37+255=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #4125FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4125FF is #BEDA00. Grayscale: #454545. Windows color (decimal): -12507649 or 16721217. OLE color: 16721217.

HSL color Cylindrical-coordinate representation of color #4125FF: hue angle of 247.71º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4125FF is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 65 37 255 -
CMYK 0.75 0.85 0 0
HSL 247.71º 1% 0.57% -
HSV(B) 247.71º 0.85% 1% -
XYZ 20.89 9.67 95.37 -
YUV 70.22 232.28 124.27 -
System Red Green Blue C M Y K H S L
Decimal 65 37 255 0.75 0.85 0 0 247.71 1 0.57
Hex 41 25 FF 4B 55 0 0 F8 64 39
Octal 101 45 377 113 125 0 0 370 144 71
Binary 1000001 100101 11111111 1001011 1010101 0 0 11111000 1100100 111001

Color Harmonies of #4125FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4125FF

Black with #4125FF

Text Example


Text Example

White with #4125FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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