Html Css Color HEX #351BDF Han Purple

📋 copy color: '#351BDF'

red 53 ◦ green 27 ◦ blue 223

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

Shades of Han Purple #351BDF

Tints of Han Purple #351BDF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.91%

 BLUE value IS 223 (87.5% from 255) = 73.6%

R = 17.49%
G = 8.91%
B = 73.6%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#351BDF (or 0x351BDF) is known color: Han Purple. HEX triplet: 35, 1B and DF. RGB value is (53,27,223). Sum of RGB (Red+Green+Blue) = 53+27+223=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #351BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351BDF is #CAE420. Grayscale: #383838. Windows color (decimal): -13296673 or 14621493. OLE color: 14621493.

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

Color convert

RGB 53 27 223 -
CMYK 0.76 0.88 0 0.13
HSL 247.96º 0.78% 0.49% -
HSV(B) 247.96º 0.88% 0.87% -
XYZ 15.18 6.87 70.34 -
YUV 57.12 221.61 125.06 -
System Red Green Blue C M Y K H S L
Decimal 53 27 223 0.76 0.88 0 0.13 247.96 0.78 0.49
Hex 35 1B DF 4C 58 0 D F8 4E 31
Octal 65 33 337 114 130 0 15 370 116 61
Binary 110101 11011 11011111 1001100 1011000 0 1101 11111000 1001110 110001

Color Harmonies of #351BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351BDF

Black with #351BDF

Text Example


Text Example

White with #351BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,27,223); }

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

background-color css

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

 a { background-color: rgb(53,27,223); }

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

border-color css

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

 span { border-color: rgb(53,27,223); }

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