Html Css Color HEX #351FEA Han Purple

📋 copy color: '#351FEA'

red 53 ◦ green 31 ◦ blue 234

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

Shades of Han Purple #351FEA

Tints of Han Purple #351FEA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.75%

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

R = 16.67%
G = 9.75%
B = 73.58%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#351FEA (or 0x351FEA) is known color: Han Purple. HEX triplet: 35, 1F and EA. RGB value is (53,31,234). Sum of RGB (Red+Green+Blue) = 53+31+234=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #351FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351FEA is #CAE015. Grayscale: #3B3B3B. Windows color (decimal): -13295638 or 15343413. OLE color: 15343413.

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

Color convert

RGB 53 31 234 -
CMYK 0.77 0.87 0 0.08
HSL 246.5º 0.83% 0.52% -
HSV(B) 246.5º 0.87% 0.92% -
XYZ 16.81 7.68 78.44 -
YUV 60.72 225.79 122.49 -
System Red Green Blue C M Y K H S L
Decimal 53 31 234 0.77 0.87 0 0.08 246.5 0.83 0.52
Hex 35 1F EA 4D 57 0 8 F7 53 34
Octal 65 37 352 115 127 0 10 367 123 64
Binary 110101 11111 11101010 1001101 1010111 0 1000 11110111 1010011 110100

Color Harmonies of #351FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351FEA

Black with #351FEA

Text Example


Text Example

White with #351FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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