Html Css Color HEX #3501DF Han Purple

📋 copy color: '#3501DF'

red 53 ◦ green 1 ◦ blue 223

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

Shades of Han Purple #3501DF

Tints of Han Purple #3501DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 19.13%
G = 0.36%
B = 80.51%

CMYK

 C value IS 0.76

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3501DF (or 0x3501DF) is known color: Han Purple. HEX triplet: 35, 01 and DF. RGB value is (53,1,223). Sum of RGB (Red+Green+Blue) = 53+1+223=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #3501DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3501DF is #CAFE20. Grayscale: #292929. Windows color (decimal): -13303329 or 14614837. OLE color: 14614837.

HSL color Cylindrical-coordinate representation of color #3501DF: hue angle of 254.05º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3501DF is Cyan = 0.76, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 1 223 -
CMYK 0.76 1.00 0 0.13
HSL 254.05º 0.99% 0.44% -
HSV(B) 254.05º 1% 0.87% -
XYZ 14.8 6.11 70.21 -
YUV 41.86 230.23 135.95 -
System Red Green Blue C M Y K H S L
Decimal 53 1 223 0.76 1.00 0 0.13 254.05 0.99 0.44
Hex 35 1 DF 4C 64 0 D FE 63 2C
Octal 65 1 337 114 144 0 15 376 143 54
Binary 110101 1 11011111 1001100 1100100 0 1101 11111110 1100011 101100

Color Harmonies of #3501DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3501DF

Black with #3501DF

Text Example


Text Example

White with #3501DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3501DF; }

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

 H1.HeaderClassName
 {
   color: #3501DF;
 }
 .AnyTagClassName
 {
   color: #3501DF;
 }
</style>

background-color css

<style>
 a { background-color: #3501DF; }

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

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

border-color css

<style>
 span { border-color: #3501DF; }

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

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