Html Css Color HEX #351AE5 Han Purple

📋 copy color: '#351AE5'

red 53 ◦ green 26 ◦ blue 229

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

Shades of Han Purple #351AE5

Tints of Han Purple #351AE5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.44%

 BLUE value IS 229 (89.84% from 255) = 74.35%

R = 17.21%
G = 8.44%
B = 74.35%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#351AE5 (or 0x351AE5) is known color: Han Purple. HEX triplet: 35, 1A and E5. RGB value is (53,26,229). Sum of RGB (Red+Green+Blue) = 53+26+229=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 229 (89.84% from 255 or 74.35% from 308); Max value from RGB is 229 - color contains mainly: blue. Hex color #351AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351AE5 is #CAE51A. Grayscale: #383838. Windows color (decimal): -13296923 or 15014453. OLE color: 15014453.

HSL color Cylindrical-coordinate representation of color #351AE5: hue angle of 247.98º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #351AE5 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 26 229 -
CMYK 0.77 0.89 0 0.10
HSL 247.98º 0.8% 0.5% -
HSV(B) 247.98º 0.89% 0.9% -
XYZ 15.98 7.15 74.67 -
YUV 57.22 224.95 124.99 -
System Red Green Blue C M Y K H S L
Decimal 53 26 229 0.77 0.89 0 0.10 247.98 0.8 0.5
Hex 35 1A E5 4D 59 0 A F8 50 32
Octal 65 32 345 115 131 0 12 370 120 62
Binary 110101 11010 11100101 1001101 1011001 0 1010 11111000 1010000 110010

Color Harmonies of #351AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351AE5

Black with #351AE5

Text Example


Text Example

White with #351AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,26,229); }

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

background-color css

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

 a { background-color: rgb(53,26,229); }

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

border-color css

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

 span { border-color: rgb(53,26,229); }

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