Html Css Color HEX #4130F2 Han Purple

📋 copy color: '#4130F2'

red 65 ◦ green 48 ◦ blue 242

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

Shades of Han Purple #4130F2

Tints of Han Purple #4130F2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.52%

 BLUE value IS 242 (94.92% from 255) = 68.17%

R = 18.31%
G = 13.52%
B = 68.17%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4130F2 (or 0x4130F2) is known color: Han Purple. HEX triplet: 41, 30 and F2. RGB value is (65,48,242). Sum of RGB (Red+Green+Blue) = 65+48+242=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 242 (94.92% from 255 or 68.17% from 355); Max value from RGB is 242 - color contains mainly: blue. Hex color #4130F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4130F2 is #BECF0D. Grayscale: #4A4A4A. Windows color (decimal): -12504846 or 15872065. OLE color: 15872065.

HSL color Cylindrical-coordinate representation of color #4130F2: hue angle of 245.26º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4130F2 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 48 242 -
CMYK 0.73 0.80 0 0.05
HSL 245.26º 0.88% 0.57% -
HSV(B) 245.26º 0.8% 0.95% -
XYZ 19.26 9.65 84.85 -
YUV 75.2 222.13 120.73 -
System Red Green Blue C M Y K H S L
Decimal 65 48 242 0.73 0.80 0 0.05 245.26 0.88 0.57
Hex 41 30 F2 49 50 0 5 F5 58 39
Octal 101 60 362 111 120 0 5 365 130 71
Binary 1000001 110000 11110010 1001001 1010000 0 101 11110101 1011000 111001

Color Harmonies of #4130F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4130F2

Black with #4130F2

Text Example


Text Example

White with #4130F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4130F2; }

 p { color: rgb(65,48,242); }

 H1.HeaderClassName
 {
   color: #4130F2;
 }
 .AnyTagClassName
 {
   color: #4130F2;
 }
</style>

background-color css

<style>
 a { background-color: #4130F2; }

 a { background-color: rgb(65,48,242); }

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

border-color css

<style>
 span { border-color: #4130F2; }

 span { border-color: rgb(65,48,242); }

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