Html Css Color HEX #351FDD Han Purple

📋 copy color: '#351FDD'

red 53 ◦ green 31 ◦ blue 221

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

Shades of Han Purple #351FDD

Tints of Han Purple #351FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.46%

R = 17.38%
G = 10.16%
B = 72.46%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#351FDD (or 0x351FDD) is known color: Han Purple. HEX triplet: 35, 1F and DD. RGB value is (53,31,221). Sum of RGB (Red+Green+Blue) = 53+31+221=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #351FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351FDD is #CAE022. Grayscale: #3A3A3A. Windows color (decimal): -13295651 or 14491445. OLE color: 14491445.

HSL color Cylindrical-coordinate representation of color #351FDD: hue angle of 246.95º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351FDD is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 31 221 -
CMYK 0.76 0.86 0 0.13
HSL 246.95º 0.75% 0.49% -
HSV(B) 246.95º 0.86% 0.87% -
XYZ 15.01 6.96 68.96 -
YUV 59.24 219.29 123.55 -
System Red Green Blue C M Y K H S L
Decimal 53 31 221 0.76 0.86 0 0.13 246.95 0.75 0.49
Hex 35 1F DD 4C 56 0 D F7 4B 31
Octal 65 37 335 114 126 0 15 367 113 61
Binary 110101 11111 11011101 1001100 1010110 0 1101 11110111 1001011 110001

Color Harmonies of #351FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351FDD

Black with #351FDD

Text Example


Text Example

White with #351FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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