Html Css Color HEX #350FEA Han Purple

📋 copy color: '#350FEA'

red 53 ◦ green 15 ◦ blue 234

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

Shades of Han Purple #350FEA

Tints of Han Purple #350FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 77.48%

R = 17.55%
G = 4.97%
B = 77.48%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#350FEA (or 0x350FEA) is known color: Han Purple. HEX triplet: 35, 0F and EA. RGB value is (53,15,234). Sum of RGB (Red+Green+Blue) = 53+15+234=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #350FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350FEA is #CAF015. Grayscale: #323232. Windows color (decimal): -13299734 or 15339317. OLE color: 15339317.

HSL color Cylindrical-coordinate representation of color #350FEA: hue angle of 250.41º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350FEA is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 15 234 -
CMYK 0.77 0.94 0 0.08
HSL 250.41º 0.88% 0.49% -
HSV(B) 250.41º 0.94% 0.92% -
XYZ 16.49 7.04 78.33 -
YUV 51.33 231.09 129.19 -
System Red Green Blue C M Y K H S L
Decimal 53 15 234 0.77 0.94 0 0.08 250.41 0.88 0.49
Hex 35 F EA 4D 5E 0 8 FA 58 31
Octal 65 17 352 115 136 0 10 372 130 61
Binary 110101 1111 11101010 1001101 1011110 0 1000 11111010 1011000 110001

Color Harmonies of #350FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350FEA

Black with #350FEA

Text Example


Text Example

White with #350FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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