Html Css Color HEX #351EF2 Han Purple

📋 copy color: '#351EF2'

red 53 ◦ green 30 ◦ blue 242

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

Shades of Han Purple #351EF2

Tints of Han Purple #351EF2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.23%

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

R = 16.31%
G = 9.23%
B = 74.46%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#351EF2 (or 0x351EF2) is known color: Han Purple. HEX triplet: 35, 1E and F2. RGB value is (53,30,242). Sum of RGB (Red+Green+Blue) = 53+30+242=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 242 (94.92% from 255 or 74.46% from 325); Max value from RGB is 242 - color contains mainly: blue. Hex color #351EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351EF2 is #CAE10D. Grayscale: #3C3C3C. Windows color (decimal): -13295886 or 15867445. OLE color: 15867445.

HSL color Cylindrical-coordinate representation of color #351EF2: hue angle of 246.51º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351EF2 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 30 242 -
CMYK 0.78 0.88 0 0.05
HSL 246.51º 0.89% 0.53% -
HSV(B) 246.51º 0.88% 0.95% -
XYZ 17.96 8.1 84.62 -
YUV 61.05 230.12 122.26 -
System Red Green Blue C M Y K H S L
Decimal 53 30 242 0.78 0.88 0 0.05 246.51 0.89 0.53
Hex 35 1E F2 4E 58 0 5 F7 59 35
Octal 65 36 362 116 130 0 5 367 131 65
Binary 110101 11110 11110010 1001110 1011000 0 101 11110111 1011001 110101

Color Harmonies of #351EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351EF2

Black with #351EF2

Text Example


Text Example

White with #351EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351EF2; }

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

 H1.HeaderClassName
 {
   color: #351EF2;
 }
 .AnyTagClassName
 {
   color: #351EF2;
 }
</style>

background-color css

<style>
 a { background-color: #351EF2; }

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

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

border-color css

<style>
 span { border-color: #351EF2; }

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

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