Html Css Color HEX #351CFA Han Purple

📋 copy color: '#351CFA'

red 53 ◦ green 28 ◦ blue 250

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

Shades of Han Purple #351CFA

Tints of Han Purple #351CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.46%

 BLUE value IS 250 (98.05% from 255) = 75.53%

R = 16.01%
G = 8.46%
B = 75.53%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#351CFA (or 0x351CFA) is known color: Han Purple. HEX triplet: 35, 1C and FA. RGB value is (53,28,250). Sum of RGB (Red+Green+Blue) = 53+28+250=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #351CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351CFA is #CAE305. Grayscale: #3B3B3B. Windows color (decimal): -13296390 or 16391221. OLE color: 16391221.

HSL color Cylindrical-coordinate representation of color #351CFA: hue angle of 246.76º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #351CFA is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 28 250 -
CMYK 0.79 0.89 0 0.02
HSL 246.76º 0.96% 0.55% -
HSV(B) 246.76º 0.89% 0.98% -
XYZ 19.14 8.49 91.07 -
YUV 60.78 234.78 122.45 -
System Red Green Blue C M Y K H S L
Decimal 53 28 250 0.79 0.89 0 0.02 246.76 0.96 0.55
Hex 35 1C FA 4F 59 0 2 F7 60 37
Octal 65 34 372 117 131 0 2 367 140 67
Binary 110101 11100 11111010 1001111 1011001 0 10 11110111 1100000 110111

Color Harmonies of #351CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CFA

Black with #351CFA

Text Example


Text Example

White with #351CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,28,250); }

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

background-color css

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

 a { background-color: rgb(53,28,250); }

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

border-color css

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

 span { border-color: rgb(53,28,250); }

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