Html Css Color HEX #3600F9 Han Purple

📋 copy color: '#3600F9'

red 54 ◦ green 0 ◦ blue 249

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

Shades of Han Purple #3600F9

Tints of Han Purple #3600F9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 249 (97.66% from 255) = 82.18%

R = 17.82%
G = 0%
B = 82.18%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3600F9 (or 0x3600F9) is known color: Han Purple. HEX triplet: 36, 00 and F9. RGB value is (54,0,249). Sum of RGB (Red+Green+Blue) = 54+0+249=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 249 (97.66% from 255 or 82.18% from 303); Max value from RGB is 249 - color contains mainly: blue. Hex color #3600F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3600F9 is #C9FF06. Grayscale: #2B2B2B. Windows color (decimal): -13238023 or 16318518. OLE color: 16318518.

HSL color Cylindrical-coordinate representation of color #3600F9: hue angle of 253.01º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3600F9 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 0 249 -
CMYK 0.78 1 0 0.02
HSL 253.01º 1% 0.49% -
HSV(B) 253.01º 1% 0.98% -
XYZ 18.62 7.62 90.11 -
YUV 44.53 243.39 134.75 -
System Red Green Blue C M Y K H S L
Decimal 54 0 249 0.78 1 0 0.02 253.01 1 0.49
Hex 36 0 F9 4E 64 0 2 FD 64 31
Octal 66 0 371 116 144 0 2 375 144 61
Binary 110110 0 11111001 1001110 1100100 0 10 11111101 1100100 110001

Color Harmonies of #3600F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3600F9

Black with #3600F9

Text Example


Text Example

White with #3600F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3600F9; }

 p { color: rgb(54,0,249); }

 H1.HeaderClassName
 {
   color: #3600F9;
 }
 .AnyTagClassName
 {
   color: #3600F9;
 }
</style>

background-color css

<style>
 a { background-color: #3600F9; }

 a { background-color: rgb(54,0,249); }

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

border-color css

<style>
 span { border-color: #3600F9; }

 span { border-color: rgb(54,0,249); }

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