Html Css Color HEX #350FF2 Han Purple

📋 copy color: '#350FF2'

red 53 ◦ green 15 ◦ blue 242

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

Shades of Han Purple #350FF2

Tints of Han Purple #350FF2

RGB

 RED value IS 53 (21.09% from 255) = 17.1%

 GREEN value IS 15 (6.25% from 255) = 4.84%

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

R = 17.1%
G = 4.84%
B = 78.06%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#350FF2 (or 0x350FF2) is known color: Han Purple. HEX triplet: 35, 0F and F2. RGB value is (53,15,242). Sum of RGB (Red+Green+Blue) = 53+15+242=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 242 (94.92% from 255 or 78.06% from 310); Max value from RGB is 242 - color contains mainly: blue. Hex color #350FF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350FF2 is #CAF00D. Grayscale: #333333. Windows color (decimal): -13299726 or 15863605. OLE color: 15863605.

HSL color Cylindrical-coordinate representation of color #350FF2: hue angle of 250.04º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350FF2 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 15 242 -
CMYK 0.78 0.94 0 0.05
HSL 250.04º 0.9% 0.5% -
HSV(B) 250.04º 0.94% 0.95% -
XYZ 17.67 7.51 84.52 -
YUV 52.24 235.09 128.54 -
System Red Green Blue C M Y K H S L
Decimal 53 15 242 0.78 0.94 0 0.05 250.04 0.9 0.5
Hex 35 F F2 4E 5E 0 5 FA 5A 32
Octal 65 17 362 116 136 0 5 372 132 62
Binary 110101 1111 11110010 1001110 1011110 0 101 11111010 1011010 110010

Color Harmonies of #350FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350FF2

Black with #350FF2

Text Example


Text Example

White with #350FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350FF2; }

 p { color: rgb(53,15,242); }

 H1.HeaderClassName
 {
   color: #350FF2;
 }
 .AnyTagClassName
 {
   color: #350FF2;
 }
</style>

background-color css

<style>
 a { background-color: #350FF2; }

 a { background-color: rgb(53,15,242); }

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

border-color css

<style>
 span { border-color: #350FF2; }

 span { border-color: rgb(53,15,242); }

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