Html Css Color HEX #3601F1 Han Purple

📋 copy color: '#3601F1'

red 54 ◦ green 1 ◦ blue 241

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

Shades of Han Purple #3601F1

Tints of Han Purple #3601F1

RGB

 RED value IS 54 (21.48% from 255) = 18.24%

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

 BLUE value IS 241 (94.53% from 255) = 81.42%

R = 18.24%
G = 0.34%
B = 81.42%

CMYK

 C value IS 0.78

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3601F1 (or 0x3601F1) is known color: Han Purple. HEX triplet: 36, 01 and F1. RGB value is (54,1,241). Sum of RGB (Red+Green+Blue) = 54+1+241=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 241 (94.53% from 255 or 81.42% from 296); Max value from RGB is 241 - color contains mainly: blue. Hex color #3601F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3601F1 is #C9FE0E. Grayscale: #2B2B2B. Windows color (decimal): -13237775 or 15794486. OLE color: 15794486.

HSL color Cylindrical-coordinate representation of color #3601F1: hue angle of 253.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3601F1 is Cyan = 0.78, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 54 1 241 -
CMYK 0.78 1.00 0 0.05
HSL 253.25º 0.99% 0.47% -
HSV(B) 253.25º 1% 0.95% -
XYZ 17.41 7.16 83.68 -
YUV 44.21 239.06 134.99 -
System Red Green Blue C M Y K H S L
Decimal 54 1 241 0.78 1.00 0 0.05 253.25 0.99 0.47
Hex 36 1 F1 4E 64 0 5 FD 63 2F
Octal 66 1 361 116 144 0 5 375 143 57
Binary 110110 1 11110001 1001110 1100100 0 101 11111101 1100011 101111

Color Harmonies of #3601F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3601F1

Black with #3601F1

Text Example


Text Example

White with #3601F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3601F1; }

 p { color: rgb(54,1,241); }

 H1.HeaderClassName
 {
   color: #3601F1;
 }
 .AnyTagClassName
 {
   color: #3601F1;
 }
</style>

background-color css

<style>
 a { background-color: #3601F1; }

 a { background-color: rgb(54,1,241); }

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

border-color css

<style>
 span { border-color: #3601F1; }

 span { border-color: rgb(54,1,241); }

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