Html Css Color HEX #4125D4 Han Purple

📋 copy color: '#4125D4'

red 65 ◦ green 37 ◦ blue 212

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

Shades of Han Purple #4125D4

Tints of Han Purple #4125D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 67.52%

R = 20.7%
G = 11.78%
B = 67.52%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4125D4 (or 0x4125D4) is known color: Han Purple. HEX triplet: 41, 25 and D4. RGB value is (65,37,212). Sum of RGB (Red+Green+Blue) = 65+37+212=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 212 (83.20% from 255 or 67.52% from 314); Max value from RGB is 212 - color contains mainly: blue. Hex color #4125D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4125D4 is #BEDA2B. Grayscale: #404040. Windows color (decimal): -12507692 or 13903169. OLE color: 13903169.

HSL color Cylindrical-coordinate representation of color #4125D4: hue angle of 249.6º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4125D4 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 37 212 -
CMYK 0.69 0.83 0 0.17
HSL 249.6º 0.7% 0.49% -
HSV(B) 249.6º 0.83% 0.83% -
XYZ 14.73 7.2 62.9 -
YUV 65.32 210.78 127.77 -
System Red Green Blue C M Y K H S L
Decimal 65 37 212 0.69 0.83 0 0.17 249.6 0.7 0.49
Hex 41 25 D4 45 53 0 11 FA 46 31
Octal 101 45 324 105 123 0 21 372 106 61
Binary 1000001 100101 11010100 1000101 1010011 0 10001 11111010 1000110 110001

Color Harmonies of #4125D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4125D4

Black with #4125D4

Text Example


Text Example

White with #4125D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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